From 5fd536fa22259d1739b11515176eafb6d734a182 Mon Sep 17 00:00:00 2001 From: tao_ssh <1227602328@qq.com> Date: Sat, 8 Jul 2023 07:46:20 +0800 Subject: [PATCH] Update conf-copy.sh Update fusionpbx template path --- centos/resources/switch/conf-copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/switch/conf-copy.sh b/centos/resources/switch/conf-copy.sh index 365650e..8cb546a 100755 --- a/centos/resources/switch/conf-copy.sh +++ b/centos/resources/switch/conf-copy.sh @@ -3,4 +3,4 @@ #copy the conf directory 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