HoraceZhang hace 11 meses
padre
commit
73dc68ce88
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      entrypoint.sh

+ 2 - 1
entrypoint.sh

@@ -7,6 +7,7 @@ REWARD_ADDRESS=${REWARD_ADDRESS}
 for ((COUNT=1; COUNT<=NODE_COUNT; COUNT++)); do
     echo "start $COUNT node"
     mkdir -p /root/antnode_data/node_$COUNT
-    ./antnode --rewards-address $REWARD_ADDRESS --root-dir /root/antnode_data/node_$COUNT evm-arbitrum-one
+    ./antnode --rewards-address $REWARD_ADDRESS --root-dir /root/antnode_data/node_$COUNT evm-arbitrum-one &
 done
 
+wait