From fe4d8b5d306d05f63530e77a530fa11947cb0873 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Jun 2023 13:38:14 -0600 Subject: [PATCH] Update conf-copy.sh --- devuan/resources/switch/conf-copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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