diff --git a/devuan/resources/switch/conf-copy.sh b/devuan/resources/switch/conf-copy.sh index 631eb0e..4ecdf87 100755 --- a/devuan/resources/switch/conf-copy.sh +++ b/devuan/resources/switch/conf-copy.sh @@ -1,4 +1,4 @@ mv /etc/freeswitch /etc/freeswitch.orig mkdir /etc/freeswitch -cp -R /var/www/fusionpbx/resources/templates/conf/* /etc/freeswitch -chown -R freeswitch:freeswitch /etc/freeswitch \ No newline at end of file +cp -R /var/www/fusionpbx/app/switch/resources/conf/* /etc/freeswitch +chown -R freeswitch:freeswitch /etc/freeswitch