mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 00:09:18 +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
|
sleep 0.5
|
||||||
|
|
||||||
((timeout_counter++))
|
((timeout_counter++))
|
||||||
if [[ $timeout_counter -gt 30 ]]; then
|
if (( timeout_counter > 30 )); then
|
||||||
msg_error "Failed to start Step-CA"
|
msg_error "Failed to start Step-CA"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user