1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

remove unnecessary error message if the folder is not a domain

remove unnecessary error message if the folder is not a domain.
The error message output made the cron send mail.
This commit is contained in:
Neil
2016-02-01 09:39:58 +08:00
parent 9b292d584e
commit 55ce170842
+2 -2
View File
@@ -878,8 +878,8 @@ renew() {
_initpath $Le_Domain
if [ ! -f "$DOMAIN_CONF" ] ; then
_err "$Le_Domain is not a issued domain, skip."
return 1;
_info "$Le_Domain is not a issued domain, skip."
return 0;
fi
source "$DOMAIN_CONF"