Update postgres.sh

This commit is contained in:
FusionPBX 2017-04-24 19:59:45 -06:00 committed by GitHub
parent 5f935f19b0
commit db25a47645
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ if [ ."$database_version" = ."9.3" ]; then
#cd /usr/ports/databases/postgresql93-server/ && make install clean BATCH=yes #cd /usr/ports/databases/postgresql93-server/ && make install clean BATCH=yes
fi fi
#update the list of executables in the path
rehash
#enable postgres #enable postgres
echo 'postgresql_enable=true' >> /etc/rc.conf echo 'postgresql_enable=true' >> /etc/rc.conf