From e2e275f24e333a18e27596fb1d5d7f7e46dfc7f5 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 29 Dec 2015 21:32:45 +0800 Subject: [PATCH] minor --- le.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/le.sh b/le.sh index 7bfbd369..2bfafe64 100755 --- a/le.sh +++ b/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 }