status check when leaving verify
This commit is contained in:
parent
99dc8fcef8
commit
97896b27a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user