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
@ -73,8 +73,8 @@ $STD rc-service step-ca start
|
|||||||
timeout_counter=0
|
timeout_counter=0
|
||||||
while ! nc -z localhost 443; do
|
while ! nc -z localhost 443; do
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
|
|
||||||
((timeout_counter=counter+1))
|
((timeout_counter=timeout_counter+1))
|
||||||
if (( timeout_counter > 30 )); then
|
if (( timeout_counter > 30 )); then
|
||||||
msg_error "Failed to start Step-CA"
|
msg_error "Failed to start Step-CA"
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user