diff --git a/scripts/wait_for_postgres.bash b/scripts/wait_for_postgres.bash index cb48c3b2..58dcf0df 100755 --- a/scripts/wait_for_postgres.bash +++ b/scripts/wait_for_postgres.bash @@ -16,13 +16,18 @@ done source /etc/profile -echo "Postgres service running; ensuring ${POSTGRES_DB} database exists and has PostGIS extensions..." -psql -d postgres -h "${POSTGRES_HOST}" -p "${POSTGRES_PORT}" -U "${POSTGRES_USER}" <