From 8681fa79ee3667152a443beda962b344bc3c177a Mon Sep 17 00:00:00 2001 From: fwiegerinck Date: Mon, 20 Jan 2025 00:09:00 +0100 Subject: [PATCH] Use other command to increase value --- install/alpine-step-ca-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alpine-step-ca-install.sh b/install/alpine-step-ca-install.sh index 93cb3a5f..5401e39e 100644 --- a/install/alpine-step-ca-install.sh +++ b/install/alpine-step-ca-install.sh @@ -74,7 +74,7 @@ timeout_counter=0 while ! nc -z localhost 443; do sleep 0.5 - ((timeout_counter++)) + ((timeout_counter=counter+1)) if (( timeout_counter > 30 )); then msg_error "Failed to start Step-CA" exit