fix initapi

This commit is contained in:
neilpang 2021-06-25 22:23:17 +08:00
parent 1752004301
commit 13ab98440c
1 changed files with 3 additions and 0 deletions

View File

@ -2600,6 +2600,9 @@ _initAPI() {
_info "Sleep $_sleep_retry_sec and retry."
_sleep "$_sleep_retry_sec"
done
if [ "$ACME_NEW_ACCOUNT" ] && [ "$ACME_NEW_ORDER" ]; then
return 0
fi
_err "Can not init api, for $_api_server"
return 1
}