Fix the local simulation on Linux [skip ci]
This commit is contained in:
parent
92fb3d8233
commit
048a786d7c
|
@ -101,7 +101,7 @@ fi
|
|||
|
||||
COMMANDS=()
|
||||
|
||||
for i in $(seq $MASTER_NODE $TOTAL_USER_NODES); do
|
||||
for i in $(seq $MASTER_NODE -1 $TOTAL_USER_NODES); do
|
||||
if [[ "$i" != "$MASTER_NODE" && "$USE_MULTITAIL" == "no" ]]; then
|
||||
# Wait for the master node to write out its address file
|
||||
while [ ! -f "${MASTER_NODE_ADDRESS_FILE}" ]; do
|
||||
|
|
Loading…
Reference in New Issue