fix(boot): allow user defined data_dir

This commit is contained in:
Zaiming (Stone) Shi 2022-02-25 12:06:47 +01:00
parent f7d78d0600
commit a8aa312825
1 changed files with 1 additions and 0 deletions

View File

@ -22,5 +22,6 @@ export EMQX_DESCRIPTION='{{ emqx_description }}'
## computed vars
REL_NAME="emqx"
ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
RUNNER_DATA_DIR="${EMQX_NODE__DATA_DIR:-$RUNNER_DATA_DIR}"
## updated vars here