mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Name variable storage_dir
...rather than `storage`.
ref: commit ce96d95c5e
This commit is contained in:
@@ -1738,7 +1738,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
|
||||
switch_core_set_variable("temp_dir", SWITCH_GLOBAL_dirs.temp_dir);
|
||||
switch_core_set_variable("grammar_dir", SWITCH_GLOBAL_dirs.grammar_dir);
|
||||
switch_core_set_variable("certs_dir", SWITCH_GLOBAL_dirs.certs_dir);
|
||||
switch_core_set_variable("storage", SWITCH_GLOBAL_dirs.storage_dir);
|
||||
switch_core_set_variable("storage_dir", SWITCH_GLOBAL_dirs.storage_dir);
|
||||
switch_core_set_variable("cache_dir", SWITCH_GLOBAL_dirs.cache_dir);
|
||||
switch_core_set_serial();
|
||||
|
||||
|
Reference in New Issue
Block a user