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
50827188
Commit
50827188
authored
Oct 02, 2016
by
neil
Browse files
minor: save on success
parent
6ae0f7f5
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
50827188
...
...
@@ -2022,15 +2022,6 @@ issue() {
_savedomainconf "Le_LocalAddress" "$Le_LocalAddress"
if
[
"
$Le_Listen_V4
"
]
;
then
_savedomainconf
"Le_Listen_V4"
"
$Le_Listen_V4
"
_cleardomainconf Le_Listen_V6
elif
[
"
$Le_Listen_V6
"
]
;
then
_savedomainconf
"Le_Listen_V6"
"
$Le_Listen_V6
"
_cleardomainconf Le_Listen_V4
fi
Le_API="$API"
_savedomainconf "Le_API" "$Le_API"
...
...
@@ -2542,6 +2533,14 @@ issue() {
_clearaccountconf "HTTPS_INSECURE"
fi
if [ "$Le_Listen_V4" ] ; then
_savedomainconf "Le_Listen_V4" "$Le_Listen_V4"
_cleardomainconf Le_Listen_V6
elif [ "$Le_Listen_V6" ] ; then
_savedomainconf "Le_Listen_V6" "$Le_Listen_V6"
_cleardomainconf Le_Listen_V4
fi
Le_NextRenewTime=$(_math $Le_CertCreateTime + $Le_RenewalDays \* 24 \* 60 \* 60)
...
...
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