Remove Postgres status message

Removed the echo in hope it will stop interfering with fixtures
This commit is contained in:
Sam Collins 2017-01-30 23:02:31 +00:00 committed by GitHub
parent 5b223d23cd
commit e94dfbac9c
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