fix: ct failed

This commit is contained in:
Zhongwen Deng 2022-09-20 11:37:49 +08:00
parent 0241185225
commit 2551c51a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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