mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix handling of config.ctc files
This commit is contained in:
parent
cad02bb1b0
commit
63da351038
@ -213,7 +213,7 @@ end,
|
||||
TestConfigFile = filename:join([Cwd, "test", "config.ctc"]),
|
||||
TestConfig = case file:read_file_info(TestConfigFile) of
|
||||
{ok, _} ->
|
||||
["-userconfig ct_config_plain ", TestConfigFile, " "];
|
||||
[" -userconfig ct_config_plain ", TestConfigFile, " "];
|
||||
_ ->
|
||||
""
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user