From c996dfd4bf96620da31b7333edc6bd267aee2899 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 23 Apr 2017 02:12:13 -0600 Subject: [PATCH] Update conf-copy.sh --- centos/resources/switch/conf-copy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/centos/resources/switch/conf-copy.sh b/centos/resources/switch/conf-copy.sh index 8d910a8..365650e 100755 --- a/centos/resources/switch/conf-copy.sh +++ b/centos/resources/switch/conf-copy.sh @@ -1,3 +1,6 @@ +#!/bin/sh + +#copy the conf directory mv /etc/freeswitch /etc/freeswitch.orig mkdir /etc/freeswitch cp -R /var/www/fusionpbx/resources/templates/conf/* /etc/freeswitch