Commit 55ce1708 authored by Neil's avatar Neil
Browse files

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.
parent 9b292d58
...@@ -878,8 +878,8 @@ renew() { ...@@ -878,8 +878,8 @@ renew() {
_initpath $Le_Domain _initpath $Le_Domain
if [ ! -f "$DOMAIN_CONF" ] ; then if [ ! -f "$DOMAIN_CONF" ] ; then
_err "$Le_Domain is not a issued domain, skip." _info "$Le_Domain is not a issued domain, skip."
return 1; return 0;
fi fi
source "$DOMAIN_CONF" source "$DOMAIN_CONF"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment