From a72c843b52b8e450c6c2d6a12aa093d8bb3e99a0 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 24 Jun 2023 10:01:15 -0600 Subject: [PATCH] Correct the path to the scripts directory --- app/switch/resources/classes/scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/classes/scripts.php b/app/switch/resources/classes/scripts.php index eb20fd7b97..a32e522e35 100644 --- a/app/switch/resources/classes/scripts.php +++ b/app/switch/resources/classes/scripts.php @@ -71,7 +71,7 @@ if (!class_exists('scripts')) { $source_directory = '/usr/local/www/fusionpbx/app/switch/resources/scripts'; } elseif (file_exists('/var/www/fusionpbx/app/switch/resources/scripts')) { - $source_directory = '/usr/local/share/freeswitch/scripts'; + $source_directory = '/var/www/fusionpbx/app/switch/resources/scripts'; } else { $source_directory = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/switch/resources/scripts';