Fixes on deploy.sh

This commit is contained in:
Marc Aymerich 2015-05-05 20:11:58 +00:00
parent ec8215424f
commit e71329013a
1 changed files with 1 additions and 1 deletions

View File

@ -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!