Browse Source

Fix saving token for DNS Active24

Milan Pála 6 years ago
parent
commit
f6d6658de7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_active24.sh

+ 1 - 1
dnsapi/dns_active24.sh

@@ -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