fix: OS Env EMQX_DESCRIPTION not exported
This commit is contained in:
parent
887590a469
commit
2d267364c4
1
bin/emqx
1
bin/emqx
|
@ -11,6 +11,7 @@ RUNNER_ROOT_DIR="$(cd "$(dirname "$(readlink "$0" || echo "$0")")"/..; pwd -P)"
|
|||
EMQX_LICENSE_CONF=''
|
||||
REL_NAME="emqx"
|
||||
ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
|
||||
export EMQX_DESCRIPTION
|
||||
|
||||
RUNNER_SCRIPT="$RUNNER_BIN_DIR/$REL_NAME"
|
||||
CODE_LOADING_MODE="${CODE_LOADING_MODE:-embedded}"
|
||||
|
|
Loading…
Reference in New Issue