diff --git a/centos/resources/switch/conf-copy.sh b/centos/resources/switch/conf-copy.sh index 365650e..8cb546a 100755 --- a/centos/resources/switch/conf-copy.sh +++ b/centos/resources/switch/conf-copy.sh @@ -3,4 +3,4 @@ #copy the conf directory mv /etc/freeswitch /etc/freeswitch.orig mkdir /etc/freeswitch -cp -R /var/www/fusionpbx/resources/templates/conf/* /etc/freeswitch +cp -R /var/www/fusionpbx/app/switch/resources/conf/* /etc/freeswitch