fix: ct failed
This commit is contained in:
parent
0241185225
commit
2551c51a8c
|
@ -638,7 +638,7 @@ setup_node(Node, Opts) when is_map(Opts) ->
|
||||||
LoadSchema andalso
|
LoadSchema andalso
|
||||||
begin
|
begin
|
||||||
emqx_config:init_load(SchemaMod),
|
emqx_config:init_load(SchemaMod),
|
||||||
application:set_env(emqx, init_config_load_done, false)
|
application:set_env(emqx, init_config_load_done, true)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
%% Need to set this otherwise listeners will conflict between each other
|
%% Need to set this otherwise listeners will conflict between each other
|
||||||
|
|
Loading…
Reference in New Issue