forked from norman/fusionpbx-install.sh-github-mirror
Update switch.sh
This commit is contained in:
@@ -25,25 +25,8 @@ fi
|
|||||||
|
|
||||||
if [ .$switch_package = .true ]; then
|
if [ .$switch_package = .true ]; then
|
||||||
if [ ."$switch_branch" = "master" ]; then
|
if [ ."$switch_branch" = "master" ]; then
|
||||||
if [ .$switch_package_all = .true ]; then
|
|
||||||
switch/package-master-all.sh
|
|
||||||
else
|
|
||||||
switch/package-master.sh
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
if [ .$switch_package_all = .true ]; then
|
|
||||||
switch/package-all.sh
|
|
||||||
else
|
|
||||||
switch/package-release.sh
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#copy the switch conf files to /etc/freeswitch
|
|
||||||
switch/conf-copy.sh
|
|
||||||
|
|
||||||
#set the file permissions
|
|
||||||
switch/package-permissions.sh
|
|
||||||
|
|
||||||
#systemd service
|
|
||||||
switch/package-systemd.sh
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user