From 01107a6336e01c9976cfd6ff0e4111f087bdf99b Mon Sep 17 00:00:00 2001 From: fwiegerinck Date: Mon, 20 Jan 2025 00:12:59 +0100 Subject: [PATCH] Fix name of variable --- install/alpine-step-ca-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/alpine-step-ca-install.sh b/install/alpine-step-ca-install.sh index 5401e39e..a0a14166 100644 --- a/install/alpine-step-ca-install.sh +++ b/install/alpine-step-ca-install.sh @@ -73,8 +73,8 @@ $STD rc-service step-ca start timeout_counter=0 while ! nc -z localhost 443; do sleep 0.5 - - ((timeout_counter=counter+1)) + + ((timeout_counter=timeout_counter+1)) if (( timeout_counter > 30 )); then msg_error "Failed to start Step-CA" exit