Commit 1e6b68f5 authored by neil's avatar neil
Browse files

fix https://github.com/Neilpang/acme.sh/issues/244

Update renew days for renew/renewall
parent f574e581
......@@ -1879,6 +1879,10 @@ renew() {
return 0;
fi
if [ "$Le_RenewalDays" ] ; then
_savedomainconf Le_RenewalDays "$Le_RenewalDays"
fi
. "$DOMAIN_CONF"
if [ -z "$FORCE" ] && [ "$Le_NextRenewTime" ] && [ "$(date -u "+%s" )" -lt "$Le_NextRenewTime" ] ; then
_info "Skip, Next renewal time is: $Le_NextRenewTimeStr"
......
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