From f60e570a982212d65ab28a9f615573daadb79aff Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 16 Aug 2016 11:55:14 -0600 Subject: [PATCH] Update install.sh --- debian/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/install.sh b/debian/install.sh index 0bd6158..b10d4cc 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -155,6 +155,9 @@ if [ $USE_SWITCH_SOURCE = true ]; then #set the file permissions resources/switch/source-permissions.sh + #systemd service + resources/switch/source-systemd.sh + #copy the switch conf files to /etc/freeswitch resources/switch/conf-copy.sh else @@ -174,6 +177,9 @@ else #set the file permissions resources/switch/package-permissions.sh + #systemd service + resources/switch/package-systemd.sh + #copy the switch conf files to /etc/freeswitch resources/switch/conf-copy.sh fi