neil 9 years ago
parent
commit
e2e275f24e
1 changed files with 0 additions and 7 deletions
  1. 0 7
      le.sh

+ 0 - 7
le.sh

@@ -476,14 +476,7 @@ renew() {
     echo Usage: $0  domain.com
     return 1
   fi
-  
-  DOMAIN_CONF=$WORKING_DIR/$Le_Domain/$Le_Domain.conf
 
-  if [ -z "$Le_Webroot" ] ; then
-    echo Le_Webroot can not found, please remove the conf file and issue a new cert
-    return 1
-  fi
-  
   issue $Le_Domain
 
 }