From 22c0d55395e631c8b53f80584ae0a4b559955db8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 20 Mar 2020 23:01:29 +0100 Subject: redirect output of db_create to /dev/null --- wait-for-postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wait-for-postgres.sh') diff --git a/wait-for-postgres.sh b/wait-for-postgres.sh index 4cace9bd..e6bbd619 100755 --- a/wait-for-postgres.sh +++ b/wait-for-postgres.sh @@ -14,6 +14,6 @@ done >&2 echo "Postgres is up - executing command" export Newspipe_CONFIG=/newspipe/instance/production.py -poetry run ./manager.py db_create +poetry run ./manager.py db_create >/dev/null poetry run pybabel compile -d newspipe/translations poetry run ./runserver.py -- cgit