updated text for wait script w/ burnettk

This commit is contained in:
jasquat 2022-09-14 15:23:28 -04:00
parent cdedeb387b
commit 7c1b399cfa
1 changed files with 1 additions and 1 deletions

View File

@ -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