From d021dcea92b5bf1a64d6072f8811b33a3cd00ffe Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 2 Oct 2015 12:48:48 +0000 Subject: [PATCH] Fixes on deployment --- scripts/containers/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/containers/deploy.sh b/scripts/containers/deploy.sh index f5b0aa0c..5e1b4e9f 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -105,10 +105,10 @@ function main () { --allow-external django-orchestra \ --allow-unverified django-orchestra run sudo orchestra-admin install_requirements - run cd $(eval echo ~$user) + cd $(eval echo ~$user) surun "orchestra-admin startproject $project_name" - surun "cd $project_name" + cd $project_name run sudo service postgresql start run sudo python3 -W ignore manage.py setuppostgres $noinput