mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 15:59:17 +00:00
Attempt to fix validation
This commit is contained in:
parent
98dcab2d8d
commit
9fa583de06
@ -75,7 +75,7 @@ while ! nc -z localhost 443; do
|
||||
sleep 0.5
|
||||
|
||||
((timeout_counter++))
|
||||
if [[ $timeout_counter -gt 30 ]]; then
|
||||
if (( timeout_counter > 30 )); then
|
||||
msg_error "Failed to start Step-CA"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user