]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix https://github.com/Neilpang/acme.sh/issues/2547#issuecomment-570963981
authorneilpang <neil@neilpang.com>
Mon, 6 Jan 2020 12:57:12 +0000 (20:57 +0800)
committerneilpang <neil@neilpang.com>
Mon, 6 Jan 2020 12:57:12 +0000 (20:57 +0800)
dnsapi/dns_nic.sh

index e3b39b0c203d39680bf816ff368e14b9b51e64ef..76e30a874b119ce6785401276f9bb71d6b5120d3 100644 (file)
@@ -24,7 +24,7 @@ dns_nic_add() {
     return 1
   fi
 
-  _saveaccountconf_mutable NIC_Customer "$NIC_Token"
+  _saveaccountconf_mutable NIC_Token "$NIC_Token"
   _saveaccountconf_mutable NIC_Username "$NIC_Username"
   _saveaccountconf_mutable NIC_Password "$NIC_Password"