From e94dfbac9c998dd80f3094a12485e8afb0f1ca31 Mon Sep 17 00:00:00 2001 From: Sam Collins Date: Mon, 30 Jan 2017 23:02:31 +0000 Subject: [PATCH] Remove Postgres status message Removed the echo in hope it will stop interfering with fixtures --- compose/django/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/django/entrypoint.sh b/compose/django/entrypoint.sh index eb70a65..158fe37 100644 --- a/compose/django/entrypoint.sh +++ b/compose/django/entrypoint.sh @@ -33,5 +33,4 @@ until postgres_ready; do sleep 1 done ->&2 echo "Postgres is up - continuing..." exec $cmd