From d46b475e1b3508182d57c3380494981a5520f0ca Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 13 Jun 2023 18:56:02 +0200 Subject: [PATCH] bugfix on node detection --- scripts/2.first_start_k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/2.first_start_k8s.sh b/scripts/2.first_start_k8s.sh index 0e43309..bdf9f16 100755 --- a/scripts/2.first_start_k8s.sh +++ b/scripts/2.first_start_k8s.sh @@ -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