Update install.sh
Copy freeswitch conf xml files then update the file permissions.
This commit is contained in:
parent
ea76ad8b2a
commit
10695baa98
|
|
@ -152,14 +152,16 @@ if [ $USE_SWITCH_SOURCE = true ]; then
|
||||||
else
|
else
|
||||||
resources/switch/source-release.sh
|
resources/switch/source-release.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#copy the switch conf files to /etc/freeswitch
|
||||||
|
resources/switch/conf-copy.sh
|
||||||
|
|
||||||
#set the file permissions
|
#set the file permissions
|
||||||
resources/switch/source-permissions.sh
|
resources/switch/source-permissions.sh
|
||||||
|
|
||||||
#systemd service
|
#systemd service
|
||||||
resources/switch/source-systemd.sh
|
resources/switch/source-systemd.sh
|
||||||
|
|
||||||
#copy the switch conf files to /etc/freeswitch
|
|
||||||
resources/switch/conf-copy.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
|
||||||
|
|
@ -174,14 +176,16 @@ else
|
||||||
resources/switch/package-release.sh
|
resources/switch/package-release.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#copy the switch conf files to /etc/freeswitch
|
||||||
|
resources/switch/conf-copy.sh
|
||||||
|
|
||||||
#set the file permissions
|
#set the file permissions
|
||||||
resources/switch/package-permissions.sh
|
resources/switch/package-permissions.sh
|
||||||
|
|
||||||
#systemd service
|
#systemd service
|
||||||
resources/switch/package-systemd.sh
|
resources/switch/package-systemd.sh
|
||||||
|
|
||||||
#copy the switch conf files to /etc/freeswitch
|
|
||||||
resources/switch/conf-copy.sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Postgres
|
#Postgres
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue