Merge pull request #19 from maidstone-hackspace/postgres-message

Remove Postgres status message
This commit is contained in:
Oliver Marks 2017-01-31 19:56:10 +00:00 committed by GitHub
commit 6fd4a64972
1 changed files with 0 additions and 1 deletions

View File

@ -33,5 +33,4 @@ until postgres_ready; do
sleep 1 sleep 1
done done
>&2 echo "Postgres is up - continuing..."
exec $cmd exec $cmd