about summary refs log tree commit diff stats
path: root/config.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-08-08 21:46:40 -0400
committerCharadon <dev@iotib.net>2022-08-08 21:46:40 -0400
commit71e7432979ff32478f942b153cfe75a31a2dd838 (patch)
tree7b183a1821a7bb9ce266f007a4eeddaf31f5edf7 /config.sh
parent63f551f21fb77d25405cc74683e6dccab2ba192c (diff)
downloaddscip-71e7432979ff32478f942b153cfe75a31a2dd838.tar.gz
Added auto update feature, by default it's off.
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 342ff83..683a67f 100755
--- a/config.sh
+++ b/config.sh
@@ -28,4 +28,7 @@ export DSCIP_SLEEP="60" # How many seconds before the daemon re-runs itself. #
 # etc #
 export DSCIP_DISREGARD_COMMIT_CHECK="false" # If the script should just rebuild even #
 # if upstream has not updated. #
-export DSCIP_OUTPUT_TO="$WORKING_DIRECTORY/output.txt" # Output to file, default is stdout. 
+export DSCIP_OUTPUT_TO="$WORKING_DIRECTORY/output.txt" # Output to file, default is output.txt
+# Automatically update DSCIP?
+export DSCIP_AUTO_UPDATE="true"
+