Skip to content

Commit

Permalink
fix: unable to vernemq attach switch to no_dot_erlang (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPipaliya23 authored Jun 26, 2024
1 parent 9c71ee4 commit 0c23c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/runner
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ case "$1" in
echo "q() or init:stop() will terminate the $SCRIPT node."
shift
NODE_NAME=${NAME_ARG#* }
exec $ERTS_PATH/erl -name c_$$_$NODE_NAME -hidden -remsh $NODE_NAME -boot start_clean $COOKIE_ARG $NET_TICKTIME_ARG
exec $ERTS_PATH/erl -name c_$$_$NODE_NAME -hidden -remsh $NODE_NAME -boot no_dot_erlang $COOKIE_ARG $NET_TICKTIME_ARG
;;

console)
Expand Down

0 comments on commit 0c23c68

Please sign in to comment.