From 62d14096ee42bcdff38698524adb936924ed8509 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 31 Mar 2017 18:44:13 -0600 Subject: [PATCH] Update postgres.sh --- freebsd/resources/postgres.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freebsd/resources/postgres.sh b/freebsd/resources/postgres.sh index 14c7d79..234eac8 100755 --- a/freebsd/resources/postgres.sh +++ b/freebsd/resources/postgres.sh @@ -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