Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
1e6b68f5
Commit
1e6b68f5
authored
Aug 02, 2016
by
neil
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/244
Update renew days for renew/renewall
parent
f574e581
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
1e6b68f5
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment