From 3236ee4e0a848fecd43964e2e44936ba71e7efd6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 16 Aug 2016 11:47:08 -0600 Subject: [PATCH] Update install.sh --- debian/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/install.sh b/debian/install.sh index 425a734..0bd6158 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -152,8 +152,8 @@ if [ $USE_SWITCH_SOURCE = true ]; then else resources/switch/source-release.sh fi - #resources/switch/package-permissions.sh - resources/switch/permissions.sh + #set the file permissions + resources/switch/source-permissions.sh #copy the switch conf files to /etc/freeswitch resources/switch/conf-copy.sh @@ -171,8 +171,8 @@ else resources/switch/package-release.sh fi fi - #resources/switch/package-permissions.sh - resources/switch/permissions.sh + #set the file permissions + resources/switch/package-permissions.sh #copy the switch conf files to /etc/freeswitch resources/switch/conf-copy.sh