mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
Fix saving token for DNS Active24
This commit is contained in:
@@ -129,7 +129,7 @@ _active24_init() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_saveaccountconf_mutable ACTIVE24_Token "ACTIVE24_Token"
|
_saveaccountconf_mutable ACTIVE24_Token "$ACTIVE24_Token"
|
||||||
|
|
||||||
_debug "First detect the root zone"
|
_debug "First detect the root zone"
|
||||||
if ! _get_root "$fulldomain"; then
|
if ! _get_root "$fulldomain"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user