chore(emqx_ctl): delete stale env variable

This commit is contained in:
Zaiming Shi 2021-06-15 11:06:13 +02:00
parent 70b6e04802
commit 855705d830
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ relx_nodetool() {
command="$1"; shift
ERL_FLAGS="$ERL_FLAGS $EPMD_ARG $PROTO_DIST_ARG" \
ERL_LIBS="${LIB_EKKA_DIR}:${ERL_LIBS:-}" \
"$ERTS_DIR/bin/escript" "$ROOTDIR/bin/nodetool" "$NAME_TYPE" "$NAME" \
-setcookie "$COOKIE" "$command" "$@"
}