bugfix on node detection
This commit is contained in:
@ -27,7 +27,7 @@ checkup() {
|
|||||||
break
|
break
|
||||||
else
|
else
|
||||||
((tries--))
|
((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"
|
pinfo "Timeout waiting for node detection, please investigate why node $host is not up by now"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user