diff --git a/freebsd/resources/switch/conf-copy.sh b/freebsd/resources/switch/conf-copy.sh index 77c4b85..f65aa46 100755 --- a/freebsd/resources/switch/conf-copy.sh +++ b/freebsd/resources/switch/conf-copy.sh @@ -1,4 +1,4 @@ mv /usr/local/freeswitch/conf /usr/local/freeswitch/conf.orig -mkdir -p /etc/freeswitch +#mkdir -p /etc/freeswitch mkdir -p /usr/local/freeswitch/conf -cp -R /var/www/fusionpbx/resources/templates/conf/* /usr/local/freeswitch/conf +cp -R /usr/local/www/fusionpbx/resources/templates/conf/* /usr/local/freeswitch/conf