From fe8c9b05533a4b080f0e4741c2e992613e399fe5 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 21 Aug 2022 16:45:53 -0600 Subject: [PATCH] indention on break --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")