From 075113ad8a225d17b3136efb9c3f1f71f14e835a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Jun 2023 13:35:25 -0600 Subject: [PATCH] Update conf-copy.sh --- debian/resources/switch/conf-copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/conf-copy.sh b/debian/resources/switch/conf-copy.sh index 8d910a8..ecf1aa9 100755 --- a/debian/resources/switch/conf-copy.sh +++ b/debian/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