Update switch.sh
This commit is contained in:
parent
b08fe9a896
commit
8e6a80f29d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue