fix: make run failed by check acl file

This commit is contained in:
某文 2023-05-22 22:18:53 +08:00
parent 88e4078885
commit 5350a4a8c3
1 changed files with 3 additions and 2 deletions

5
dev
View File

@ -321,13 +321,14 @@ boot() {
## Make erl command aware where to load all the beams
## this should be done before every erl command
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
generate_app_conf
append_args_file
copy_other_conf_files
APPS="$(apps_to_load)"
BOOT_SEQUENCE="
Apps=[${APPS}],
ok=lists:foreach(fun application:load/1, Apps),