X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/4c3cda4e8cfbe3e5289cbf25ac64a3c0ea34018f..0e3146f8c1f5c825ea5355ad23e3a2dd79027d3b:/exec/photograph/update_temp_photograph.sh?ds=sidebyside diff --git a/exec/photograph/update_temp_photograph.sh b/exec/photograph/update_temp_photograph.sh index d531dd9..0489b8d 100644 --- a/exec/photograph/update_temp_photograph.sh +++ b/exec/photograph/update_temp_photograph.sh @@ -280,7 +280,7 @@ main() { while [[ $SECONDS -lt "$script_ttl" ]]; do # Capture new photograph try update_temp_file; - try python3 "$sleep_rand_path" --upper 3600.0 10.0; + try python3 "$sleep_rand_path" --upper 3600.0 60.0; done; #===END main loop=== };