diff options
author | Charadon <dev@iotib.net> | 2022-08-08 21:46:40 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-08-08 21:46:40 -0400 |
commit | 71e7432979ff32478f942b153cfe75a31a2dd838 (patch) | |
tree | 7b183a1821a7bb9ce266f007a4eeddaf31f5edf7 /config.sh | |
parent | 63f551f21fb77d25405cc74683e6dccab2ba192c (diff) | |
download | dscip-71e7432979ff32478f942b153cfe75a31a2dd838.tar.gz |
Added auto update feature, by default it's off.
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 5 |
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" + |