Update the freeswitch conf directory
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user