From d45ccff41815b74d023f42cb722b8ff5a6179e17 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Apr 2017 23:25:56 -0600 Subject: [PATCH] Update finish.sh --- freebsd/resources/finish.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freebsd/resources/finish.sh b/freebsd/resources/finish.sh index b45954d..902526f 100755 --- a/freebsd/resources/finish.sh +++ b/freebsd/resources/finish.sh @@ -18,6 +18,9 @@ fi #allow the script to use the new password export PGPASSWORD=$database_password +#install the dependencies +pkg install --yes sudo + #update the database password sudo -u postgres psql -c "ALTER USER fusionpbx WITH PASSWORD '$database_password';" sudo -u postgres psql -c "ALTER USER freeswitch WITH PASSWORD '$database_password';"