From 6c22bd37b8a1f2a5cd583e39cf5704edc46efa2f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Jun 2023 13:39:21 -0600 Subject: [PATCH] Update conf-copy.sh --- ubuntu/resources/switch/conf-copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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