status check when leaving verify

This commit is contained in:
Heavybullets8 2022-08-11 21:37:38 -06:00
parent 99dc8fcef8
commit 97896b27a2

View File

@ -190,6 +190,8 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then
fi fi
done done
old_status=$new_status old_status=$new_status
status=$( grep "^$app_name," temp.txt | awk -F ',' '{print $2}')
unset verify
fi fi
(( count++ )) (( count++ ))
if [[ "$status" == "ACTIVE" ]]; then if [[ "$status" == "ACTIVE" ]]; then