Browse Source

fix initapi

pull/3574/head
neilpang 3 years ago
parent
commit
13ab98440c
  1. 3
      acme.sh

3
acme.sh

@ -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
}

Loading…
Cancel
Save