From 97896b27a2aac9362b7a1690d921af8df2ac1752 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 11 Aug 2022 21:37:38 -0600 Subject: [PATCH] status check when leaving verify --- functions/update_apps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index b5844fa0..766ace10 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -190,6 +190,8 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then fi done old_status=$new_status + status=$( grep "^$app_name," temp.txt | awk -F ',' '{print $2}') + unset verify fi (( count++ )) if [[ "$status" == "ACTIVE" ]]; then