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() {
_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"
......
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