Merge pull request #7144 from zmstone/allow-user-override-data-dir
fix(boot): allow user defined data_dir
This commit is contained in:
commit
20323a8f11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue