mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Fix handling of config.ctc files
This commit is contained in:
parent
cad02bb1b0
commit
63da351038
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ end,
|
||||||
TestConfigFile = filename:join([Cwd, "test", "config.ctc"]),
|
TestConfigFile = filename:join([Cwd, "test", "config.ctc"]),
|
||||||
TestConfig = case file:read_file_info(TestConfigFile) of
|
TestConfig = case file:read_file_info(TestConfigFile) of
|
||||||
{ok, _} ->
|
{ok, _} ->
|
||||||
["-userconfig ct_config_plain ", TestConfigFile, " "];
|
[" -userconfig ct_config_plain ", TestConfigFile, " "];
|
||||||
_ ->
|
_ ->
|
||||||
""
|
""
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue