From 8e1a43fbf7534efed7f797d84824159715a2cda9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 17 Oct 2022 22:33:49 -0600 Subject: [PATCH] Update finish.sh --- freebsd/resources/finish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/freebsd/resources/finish.sh b/freebsd/resources/finish.sh index 0786fa1..a3089f0 100755 --- a/freebsd/resources/finish.sh +++ b/freebsd/resources/finish.sh @@ -29,6 +29,7 @@ if [ .$nginx_enabled = .'true' ]; then sudo -u postgres psql -c "ALTER USER freeswitch WITH PASSWORD '$database_password';" #add the config.conf + mkdir -p /usr/local/etc/fusionpbx cp fusionpbx/config.conf /usr/local/etc/fusionpbx sed -i' ' -e s:"{database_host}:$database_host:" /usr/local/etc/fusionpbx/config.conf sed -i' ' -e s:"{database_name}:$database_name:" /usr/local/etc/fusionpbx/config.conf