Commit 29fe1c86 authored by neilpang's avatar neilpang
Browse files

fix initapi

parent 1ae9c483
...@@ -2587,6 +2587,8 @@ _initAPI() { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment