mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 15:59:17 +00:00
Fix name of variable
This commit is contained in:
parent
8681fa79ee
commit
01107a6336
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user