bugfix on node detection

This commit is contained in:
Guillaume 2023-06-13 18:56:02 +02:00
parent aa18ef3224
commit d46b475e1b

View File

@ -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