mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 21:53:21 +08:00
fix initapi
This commit is contained in:
3
acme.sh
3
acme.sh
@@ -2600,6 +2600,9 @@ _initAPI() {
|
|||||||
_info "Sleep $_sleep_retry_sec and retry."
|
_info "Sleep $_sleep_retry_sec and retry."
|
||||||
_sleep "$_sleep_retry_sec"
|
_sleep "$_sleep_retry_sec"
|
||||||
done
|
done
|
||||||
|
if [ "$ACME_NEW_ACCOUNT" ] && [ "$ACME_NEW_ORDER" ]; then
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
_err "Can not init api, for $_api_server"
|
_err "Can not init api, for $_api_server"
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user