Use other command to increase value

This commit is contained in:
fwiegerinck 2025-01-20 00:09:00 +01:00
parent 9fa583de06
commit 8681fa79ee

View File

@ -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