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
done
old_status=$new_status
status=$( grep "^$app_name," temp.txt | awk -F ',' '{print $2}')
unset verify
fi
(( count++ ))
if [[ "$status" == "ACTIVE" ]]; then