Fix name of variable

This commit is contained in:
fwiegerinck 2025-01-20 00:12:59 +01:00
parent 8681fa79ee
commit 01107a6336

View File

@ -74,7 +74,7 @@ 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