1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-15 10:23:00 +00:00
This commit is contained in:
neil
2015-12-29 21:32:45 +08:00
parent 4ca9bc799d
commit e2e275f24e
-7
View File
@@ -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
}