From d983f7075cb295aa4de6024a6e63e7d7f63159e1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 Aug 2016 23:07:30 -0600 Subject: [PATCH] Update install.sh --- debian/install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index 14d7ecb..425a734 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -152,8 +152,11 @@ if [ $USE_SWITCH_SOURCE = true ]; then else resources/switch/source-release.sh fi - #resources/switch/source-permissions.sh + #resources/switch/package-permissions.sh resources/switch/permissions.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 @@ -170,6 +173,9 @@ else fi #resources/switch/package-permissions.sh resources/switch/permissions.sh + + #copy the switch conf files to /etc/freeswitch + resources/switch/conf-copy.sh fi #Postgres