Sfoglia il codice sorgente

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

Zaiming (Stone) Shi 2 anni fa
parent
commit
5ad7c2fa2c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {