From 24928137004dd1b5a6e89f7dc73a42c99a85d0b6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 6 Jul 2017 10:46:19 -0600 Subject: [PATCH] Update source-systemd.sh --- debian/resources/switch/source-systemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-systemd.sh b/debian/resources/switch/source-systemd.sh index dc34e3d..b997cdc 100755 --- a/debian/resources/switch/source-systemd.sh +++ b/debian/resources/switch/source-systemd.sh @@ -1,5 +1,5 @@ cp "$(dirname $0)/source/freeswitch.service.source" /lib/systemd/system/freeswitch.service -cp "$(dirname $0)/source/etc.default.freeswitch" /etc/default/freeswitch +cp "$(dirname $0)/source/etc.default.freeswitch.source" /etc/default/freeswitch systemctl enable freeswitch systemctl unmask freeswitch.service systemctl daemon-reload