bugfix on node detection
This commit is contained in:
parent
aa18ef3224
commit
d46b475e1b
@ -27,7 +27,7 @@ checkup() {
|
||||
break
|
||||
else
|
||||
((tries--))
|
||||
if [ $tries < 1 ]; then
|
||||
if [ "$tries" -lt "1" ]; then
|
||||
pinfo "Timeout waiting for node detection, please investigate why node $host is not up by now"
|
||||
break
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user