Update postgres.sh

This commit is contained in:
FusionPBX 2017-11-06 19:57:35 -07:00 committed by GitHub
parent f0e4b5e4c5
commit d2fd4edcbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ if [ ."$database_repo" = ."official" ]; then
apt-get install -y --force-yes sudo postgresql
if [ ."$database_version" = ."latest" ]; then
apt-get install -y --force-yes sudo postgresql
else
fi
if [ ."$database_version" = ."9.6" ]; then
apt-get install -y --force-yes sudo postgresql-$database_version
fi
fi