Update startup-order.md (#4907)

This commit is contained in:
Osaetin Daniel 2017-10-24 01:23:06 +01:00 committed by Joao Fernandes
parent 84e78883c7
commit bd8675fba1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ script:
shift
cmd="$@"
until psql -h "$host" -U "postgres" -c '\l'; do
until psql -h "$host" -U "postgres" -c '\q'; do
>&2 echo "Postgres is unavailable - sleeping"
sleep 1
done