From dbd8f0fe58a34d34a67a2fefbfe40acc2a96c943 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 Aug 2016 23:00:13 -0600 Subject: [PATCH] Create conf-copy.sh --- debian/resources/switch/conf-copy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/resources/switch/conf-copy.sh diff --git a/debian/resources/switch/conf-copy.sh b/debian/resources/switch/conf-copy.sh new file mode 100644 index 0000000..8d910a8 --- /dev/null +++ b/debian/resources/switch/conf-copy.sh @@ -0,0 +1,3 @@ +mv /etc/freeswitch /etc/freeswitch.orig +mkdir /etc/freeswitch +cp -R /var/www/fusionpbx/resources/templates/conf/* /etc/freeswitch