From e71329013adbaddc358dd243dc832552be39352d Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Tue, 5 May 2015 20:11:58 +0000 Subject: [PATCH] Fixes on deploy.sh --- scripts/container/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/container/deploy.sh b/scripts/container/deploy.sh index 6cb59a1a..9e38cd25 100755 --- a/scripts/container/deploy.sh +++ b/scripts/container/deploy.sh @@ -69,7 +69,7 @@ else fi -run apt-get install postgres +run apt-get -y install postgresql if [[ ! $(sudo su postgres -c "psql -lqt" | awk {'print $1'} | grep '^orchestra$') ]]; then # orchestra database does not esists # Speeding up tests, don't do this in production!