Remove Postgres status message
Removed the echo in hope it will stop interfering with fixtures
This commit is contained in:
parent
5b223d23cd
commit
e94dfbac9c
|
@ -33,5 +33,4 @@ until postgres_ready; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
>&2 echo "Postgres is up - continuing..."
|
|
||||||
exec $cmd
|
exec $cmd
|
||||||
|
|
Loading…
Reference in New Issue