Unverified Commit 527e1b8a authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2273 from MilanPala/active24_fix_token

Fix saving token for DNS Active24
parents 6a929d6a f6d6658d
......@@ -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
......
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