mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-10 03:33:28 +00:00
fix initapi
This commit is contained in:
parent
1ae9c48370
commit
29fe1c86da
2
acme.sh
2
acme.sh
@ -2587,6 +2587,8 @@ _initAPI() {
|
|||||||
if [ "$ACME_NEW_ACCOUNT" ] && [ "$ACME_NEW_ORDER" ]; then
|
if [ "$ACME_NEW_ACCOUNT" ] && [ "$ACME_NEW_ORDER" ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
_info "Sleep $_sleep_retry_sec and retry."
|
||||||
|
_sleep "$_sleep_retry_sec"
|
||||||
done
|
done
|
||||||
_err "Can not init api, for $_api_server"
|
_err "Can not init api, for $_api_server"
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user