fix initapi

This commit is contained in:
neilpang 2021-06-24 23:21:10 +08:00
parent 1ae9c48370
commit 29fe1c86da
1 changed files with 2 additions and 0 deletions

View File

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