test(dev): fix typo in remsh node name in ./dev script

This commit is contained in:
Zaiming (Stone) Shi 2023-09-28 11:14:20 +02:00
parent 69207b7a63
commit 5ad7c2fa2c
1 changed files with 1 additions and 1 deletions

2
dev
View File

@ -416,7 +416,7 @@ boot() {
gen_tmp_node_name() {
local rnd
rnd="$(od -t u -N 4 /dev/urandom | head -n1 | awk '{print $2 % 1000}')"
echo "remsh${rnd}-$EMQX_NODE_NAME}"
echo "remsh${rnd}-${EMQX_NODE_NAME}"
}
remsh() {