forked from norman/fusionpbx-install.sh-github-mirror
Update install.sh
Use the permissions.sh script by default.
This commit is contained in:
6
debian/install.sh
vendored
6
debian/install.sh
vendored
@@ -152,7 +152,8 @@ if [ $USE_SWITCH_SOURCE = true ]; then
|
|||||||
else
|
else
|
||||||
resources/switch/source-release.sh
|
resources/switch/source-release.sh
|
||||||
fi
|
fi
|
||||||
resources/switch/source-permissions.sh
|
#resources/switch/source-permissions.sh
|
||||||
|
resources/switch/permissions.sh
|
||||||
else
|
else
|
||||||
if [ $USE_SWITCH_MASTER = true ]; then
|
if [ $USE_SWITCH_MASTER = true ]; then
|
||||||
if [ $USE_SWITCH_PACKAGE_ALL = true ]; then
|
if [ $USE_SWITCH_PACKAGE_ALL = true ]; then
|
||||||
@@ -167,7 +168,8 @@ else
|
|||||||
resources/switch/package-release.sh
|
resources/switch/package-release.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
resources/switch/package-permissions.sh
|
#resources/switch/package-permissions.sh
|
||||||
|
resources/switch/permissions.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Postgres
|
#Postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user