From 3b59d2d9355329fe601bd1ae4e9eabd7dcf8feae Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 2 Oct 2015 09:34:02 +0000 Subject: [PATCH] Fixes on deployment --- scripts/containers/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/containers/deploy.sh b/scripts/containers/deploy.sh index d66b0c72..c9a97b08 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -59,7 +59,7 @@ function main () { run cd $project_name sudo service postgresql start - run sudo python3 -W ignore manage.py setuppostgres --db_password "$db_password" + run sudo python3 -W ignore manage.py setuppostgres run python3 -W ignore manage.py migrate