app: Display hostname and port for database

This commit is contained in:
Yi EungJun 2016-06-10 13:22:38 +09:00
parent 89c1f7342b
commit 82a0874255

View File

@ -19,7 +19,7 @@ else
echo SKIP
fi
echo "Wait until database is ready..."
echo "Wait until database $DB_HOST:$DB_PORT_5432_TCP_PORT is ready..."
until nc -z $DB_HOST $DB_PORT_5432_TCP_PORT
do
sleep 1