fix(bin/emqx): no need to ping node before attach

This commit is contained in:
Zaiming (Stone) Shi 2023-03-01 12:29:06 +01:00
parent 8a9984cce9
commit c4c0c9cc7e
1 changed files with 0 additions and 3 deletions

View File

@ -1063,9 +1063,6 @@ case "${COMMAND}" in
;;
attach)
assert_node_alive
shift
exec "$BINDIR/to_erl" "$PIPE_DIR"
;;