mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Merge pull request #2273 from MilanPala/active24_fix_token
Fix saving token for DNS Active24
This commit is contained in:
commit
527e1b8a16
@ -129,7 +129,7 @@ _active24_init() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_saveaccountconf_mutable ACTIVE24_Token "ACTIVE24_Token"
|
||||
_saveaccountconf_mutable ACTIVE24_Token "$ACTIVE24_Token"
|
||||
|
||||
_debug "First detect the root zone"
|
||||
if ! _get_root "$fulldomain"; then
|
||||
|
Loading…
Reference in New Issue
Block a user