Skip to content

Commit

Permalink
Merge pull request #252 from Neilpang/master
Browse files Browse the repository at this point in the history
fix #244
  • Loading branch information
neil committed Aug 2, 2016
2 parents 0eb3a4f + 1e6b68f commit 2e7289c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions acme.sh
Expand Up @@ -1901,6 +1901,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"
Expand Down

0 comments on commit 2e7289c

Please sign in to comment.