Commit f6dcd989 authored by neil's avatar neil
Browse files

save api first

parent 950172dc
......@@ -1974,6 +1974,9 @@ issue() {
_savedomainconf "Le_RenewHook" "$Le_RenewHook"
_savedomainconf "Le_LocalAddress" "$Le_LocalAddress"
Le_API="$API"
_savedomainconf "Le_API" "$Le_API"
if [ "$Le_Alt" = "$NO_VALUE" ] ; then
Le_Alt=""
fi
......@@ -2491,8 +2494,6 @@ issue() {
Le_NextRenewTime=$(_math $Le_NextRenewTime - 86400)
_savedomainconf "Le_NextRenewTime" "$Le_NextRenewTime"
Le_API="$API"
_savedomainconf "Le_API" "$Le_API"
_on_issue_success
......
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