fix(boot): allow user defined data_dir
This commit is contained in:
parent
f7d78d0600
commit
a8aa312825
|
@ -22,5 +22,6 @@ export EMQX_DESCRIPTION='{{ emqx_description }}'
|
||||||
## computed vars
|
## computed vars
|
||||||
REL_NAME="emqx"
|
REL_NAME="emqx"
|
||||||
ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
|
ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
|
||||||
|
RUNNER_DATA_DIR="${EMQX_NODE__DATA_DIR:-$RUNNER_DATA_DIR}"
|
||||||
|
|
||||||
## updated vars here
|
## updated vars here
|
||||||
|
|
Loading…
Reference in New Issue