From cc9091de150c7995d44421b8c0704a8ce8e7e65a Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 4 Sep 2022 17:27:58 -0600 Subject: [PATCH] echo array before return --- functions/update_apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index e128e12b..df34f752 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -104,6 +104,7 @@ if [[ "$startstatus" == "DEPLOYING" ]]; then status=$(grep "^$app_name," all_app_status | awk -F ',' '{print $2}') if [[ "$SECONDS" -ge "$timeout" ]]; then echo_array+=("Application is stuck Deploying, Skipping to avoid damage") + echo_array return fi sleep 5