diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 28801d9d..2c20ca27 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -216,7 +216,7 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then until [[ $while_count -lt $current_count ]] # Wait for a change in the file BEFORE continuing do current_count=$(head -n 1 temp.txt) - sleep 2 + sleep 1 done while_count=$current_count fi