diff --git a/ubuntu/resources/switch/conf-copy.sh b/ubuntu/resources/switch/conf-copy.sh index 8d910a8..ecf1aa9 100755 --- a/ubuntu/resources/switch/conf-copy.sh +++ b/ubuntu/resources/switch/conf-copy.sh @@ -1,3 +1,3 @@ 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