indention on break

This commit is contained in:
Heavybullets8 2022-08-21 16:45:53 -06:00
parent 0d49bd4c92
commit fe8c9b0553

View File

@ -252,7 +252,7 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then
echo_array
return 1
fi
break
break
fi
else
[[ "$verbose" == "true" ]] && echo_array+=("Waiting $((timeout-SECONDS)) more seconds for $app_name to be ACTIVE")