Update the freeswitch conf directory

This commit is contained in:
Mark Crane
2014-07-18 20:30:36 +00:00
parent cee09a674f
commit c897034165
2 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -1263,7 +1263,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
unset($menu);
//setup the switch config directory if it exists
if ($switch_conf_dir != "/conf") {
if (file_exists($switch_conf_dir) && $switch_conf_dir != "/conf") {
if ($v_debug) {
fwrite($fp, "switch_base_dir: ".$install_switch_base_dir."\n");
fwrite($fp, "switch_conf_dir: ".$switch_conf_dir."\n");