bugfix on node detection
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user