Преглед изворни кода

chore(bin/emqx): print env override when generating config

Zaiming Shi пре 4 година
родитељ
комит
3475967c40
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/emqx

+ 1 - 1
bin/emqx

@@ -230,7 +230,7 @@ generate_config() {
     ## ths command populates two files: app.<time>.config and vm.<time>.args
     ## ths command populates two files: app.<time>.config and vm.<time>.args
     ## disable SC2086 to allow EMQX_LICENSE_CONF_OPTION to split
     ## disable SC2086 to allow EMQX_LICENSE_CONF_OPTION to split
     # shellcheck disable=SC2086
     # shellcheck disable=SC2086
-    call_hocon -t "$NOW_TIME" -s emqx_schema -c "$RUNNER_ETC_DIR"/emqx.conf $EMQX_LICENSE_CONF_OPTION -d "$RUNNER_DATA_DIR"/configs generate
+    call_hocon -v -t "$NOW_TIME" -s emqx_schema -c "$RUNNER_ETC_DIR"/emqx.conf $EMQX_LICENSE_CONF_OPTION -d "$RUNNER_DATA_DIR"/configs generate
 
 
     ## filenames are per-hocon convention
     ## filenames are per-hocon convention
     local CONF_FILE="$CONFIGS_DIR/app.$NOW_TIME.config"
     local CONF_FILE="$CONFIGS_DIR/app.$NOW_TIME.config"