Update postgres.sh

This commit is contained in:
FusionPBX 2017-03-31 18:44:13 -06:00 committed by GitHub
parent 99eeaa13cf
commit 62d14096ee
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ if [ ."$database_version" = ."9.3" ]; then
pkg install --yes postgresql93-server
fi
#update the list of executables in your path
rehash
#enable postgres
echo 'postgresql_enable=true' >> /etc/rc.conf