From 10695baa986568a15fc947ef73550720288d347d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 16 Aug 2016 14:15:18 -0600 Subject: [PATCH] Update install.sh Copy freeswitch conf xml files then update the file permissions. --- debian/install.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/install.sh b/debian/install.sh index b10d4cc..be22334 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -152,14 +152,16 @@ if [ $USE_SWITCH_SOURCE = true ]; then else resources/switch/source-release.sh fi + + #copy the switch conf files to /etc/freeswitch + resources/switch/conf-copy.sh + #set the file permissions resources/switch/source-permissions.sh #systemd service resources/switch/source-systemd.sh - #copy the switch conf files to /etc/freeswitch - resources/switch/conf-copy.sh else if [ $USE_SWITCH_MASTER = true ]; then if [ $USE_SWITCH_PACKAGE_ALL = true ]; then @@ -174,14 +176,16 @@ else resources/switch/package-release.sh fi fi + + #copy the switch conf files to /etc/freeswitch + resources/switch/conf-copy.sh + #set the file permissions resources/switch/package-permissions.sh #systemd service resources/switch/package-systemd.sh - #copy the switch conf files to /etc/freeswitch - resources/switch/conf-copy.sh fi #Postgres