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
f6dcd989
Commit
f6dcd989
authored
Sep 28, 2016
by
neil
Browse files
save api first
parent
950172dc
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
f6dcd989
...
@@ -1974,6 +1974,9 @@ issue() {
...
@@ -1974,6 +1974,9 @@ issue() {
_savedomainconf "Le_RenewHook" "$Le_RenewHook"
_savedomainconf "Le_RenewHook" "$Le_RenewHook"
_savedomainconf "Le_LocalAddress" "$Le_LocalAddress"
_savedomainconf "Le_LocalAddress" "$Le_LocalAddress"
Le_API="$API"
_savedomainconf "Le_API" "$Le_API"
if [ "$Le_Alt" = "$NO_VALUE" ] ; then
if [ "$Le_Alt" = "$NO_VALUE" ] ; then
Le_Alt=""
Le_Alt=""
fi
fi
...
@@ -2491,8 +2494,6 @@ issue() {
...
@@ -2491,8 +2494,6 @@ issue() {
Le_NextRenewTime=$(_math $Le_NextRenewTime - 86400)
Le_NextRenewTime=$(_math $Le_NextRenewTime - 86400)
_savedomainconf "Le_NextRenewTime" "$Le_NextRenewTime"
_savedomainconf "Le_NextRenewTime" "$Le_NextRenewTime"
Le_API
=
"
$API
"
_savedomainconf
"Le_API"
"
$Le_API
"
_on_issue_success
_on_issue_success
...
...
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