From 5350a4a8c3aa46f0771f6968f1432f7fa95bfb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E6=96=87?= Date: Mon, 22 May 2023 22:18:53 +0800 Subject: [PATCH] fix: make run failed by check acl file --- dev | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev b/dev index 18e4cbc93..485235432 100755 --- a/dev +++ b/dev @@ -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),