minor: save on success
This commit is contained in:
parent
6ae0f7f5c6
commit
50827188ff
17
acme.sh
17
acme.sh
@ -2022,15 +2022,6 @@ issue() {
|
|||||||
_savedomainconf "Le_LocalAddress" "$Le_LocalAddress"
|
_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"
|
Le_API="$API"
|
||||||
_savedomainconf "Le_API" "$Le_API"
|
_savedomainconf "Le_API" "$Le_API"
|
||||||
|
|
||||||
@ -2542,6 +2533,14 @@ issue() {
|
|||||||
_clearaccountconf "HTTPS_INSECURE"
|
_clearaccountconf "HTTPS_INSECURE"
|
||||||
fi
|
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)
|
Le_NextRenewTime=$(_math $Le_CertCreateTime + $Le_RenewalDays \* 24 \* 60 \* 60)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user