updated text for wait script w/ burnettk
This commit is contained in:
parent
cdedeb387b
commit
7c1b399cfa
|
@ -12,7 +12,7 @@ if [[ -z "$max_attempts" ]]; then
|
|||
max_attempts=100
|
||||
fi
|
||||
|
||||
echo "waiting for backend to come up..."
|
||||
echo "waiting for app to come up..."
|
||||
attempts=0
|
||||
while [[ "$(curl -s -o /dev/null -w '%{http_code}' "http://localhost:7004/liveness")" != "200" ]]; do
|
||||
if [[ "$attempts" -gt "$max_attempts" ]]; then
|
||||
|
|
Loading…
Reference in New Issue