fix: make run failed by check acl file
This commit is contained in:
parent
88e4078885
commit
5350a4a8c3
5
dev
5
dev
|
@ -321,13 +321,14 @@ boot() {
|
||||||
## Make erl command aware where to load all the beams
|
## Make erl command aware where to load all the beams
|
||||||
## this should be done before every erl command
|
## this should be done before every erl command
|
||||||
prepare_erl_libs "$PROFILE"
|
prepare_erl_libs "$PROFILE"
|
||||||
|
## make sure copy acl.conf and certs to etc before render_hocon_conf
|
||||||
|
## hocon will check rules inside acl.conf.
|
||||||
|
copy_other_conf_files
|
||||||
render_hocon_conf
|
render_hocon_conf
|
||||||
generate_app_conf
|
generate_app_conf
|
||||||
append_args_file
|
append_args_file
|
||||||
copy_other_conf_files
|
|
||||||
APPS="$(apps_to_load)"
|
APPS="$(apps_to_load)"
|
||||||
|
|
||||||
|
|
||||||
BOOT_SEQUENCE="
|
BOOT_SEQUENCE="
|
||||||
Apps=[${APPS}],
|
Apps=[${APPS}],
|
||||||
ok=lists:foreach(fun application:load/1, Apps),
|
ok=lists:foreach(fun application:load/1, Apps),
|
||||||
|
|
Loading…
Reference in New Issue