diff --git a/functions/update_apps.sh b/functions/update_apps.sh index f8af02f6..5bd890b4 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -252,7 +252,7 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then echo_array return 1 fi - break + break fi else [[ "$verbose" == "true" ]] && echo_array+=("Waiting $((timeout-SECONDS)) more seconds for $app_name to be ACTIVE")