From 5f696755daf36dcc69a2f85701055f9eea93c898 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 Aug 2016 22:40:08 -0600 Subject: [PATCH] Update install.sh Use the permissions.sh script by default. --- debian/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/install.sh b/debian/install.sh index 9565504..14d7ecb 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -152,7 +152,8 @@ if [ $USE_SWITCH_SOURCE = true ]; then else resources/switch/source-release.sh fi - resources/switch/source-permissions.sh + #resources/switch/source-permissions.sh + resources/switch/permissions.sh else if [ $USE_SWITCH_MASTER = true ]; then if [ $USE_SWITCH_PACKAGE_ALL = true ]; then @@ -167,7 +168,8 @@ else resources/switch/package-release.sh fi fi - resources/switch/package-permissions.sh + #resources/switch/package-permissions.sh + resources/switch/permissions.sh fi #Postgres