Merge pull request #10774 from zhongwencool/fix-dev-run-mode

fix: make run failed by check acl file
This commit is contained in:
zhongwencool 2023-05-23 07:26:27 +08:00 committed by GitHub
commit 43a22a8ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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),