Browse Source

fix https://github.com/Neilpang/acme.sh/issues/1372

neilpang 7 years ago
parent
commit
c5f1cca3a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -4264,7 +4264,7 @@ renew() {
   fi
   fi
 
 
   . "$DOMAIN_CONF"
   . "$DOMAIN_CONF"
-
+  _debug Le_API "$Le_API"
   if [ "$Le_API" ]; then
   if [ "$Le_API" ]; then
     if [ "$_OLD_CA_HOST" = "$Le_API" ]; then
     if [ "$_OLD_CA_HOST" = "$Le_API" ]; then
       export Le_API="$DEFAULT_CA"
       export Le_API="$DEFAULT_CA"