Browse Source

add error message

pull/3534/head
neil 4 years ago
parent
commit
f627a02886
  1. 2
      acme.sh

2
acme.sh

@ -2538,7 +2538,7 @@ _initAPI() {
response=$(_get "$_api_server")
if [ "$?" != "0" ]; then
_debug2 "response" "$response"
_err "Can not init api."
_err "Can not init api for: $_api_server."
return 1
fi
response=$(echo "$response" | _json_decode)

Loading…
Cancel
Save