Explorar o código

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

Zaiming (Stone) Shi %!s(int64=2) %!d(string=hai) anos
pai
achega
5ad7c2fa2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dev

+ 1 - 1
dev

@@ -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() {