Browse Source

check initAPI error

pull/3288/head^2
neil 5 years ago
committed by Bernard Spil
parent
commit
bcd2dab4a3
  1. 4
      acme.sh

4
acme.sh

@ -4134,7 +4134,9 @@ issue() {
_debug "Using ACME_DIRECTORY: $ACME_DIRECTORY"
_initAPI
if ! _initAPI; then
return 1
fi
if [ -f "$DOMAIN_CONF" ]; then
Le_NextRenewTime=$(_readdomainconf Le_NextRenewTime)

Loading…
Cancel
Save