Fixes on deploy.sh
This commit is contained in:
parent
ec8215424f
commit
e71329013a
|
@ -69,7 +69,7 @@ else
|
||||||
fi
|
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
|
if [[ ! $(sudo su postgres -c "psql -lqt" | awk {'print $1'} | grep '^orchestra$') ]]; then
|
||||||
# orchestra database does not esists
|
# orchestra database does not esists
|
||||||
# Speeding up tests, don't do this in production!
|
# Speeding up tests, don't do this in production!
|
||||||
|
|
Loading…
Reference in New Issue