]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix dnsapi/dns_kinghost.sh with shfmt utility
authorFelipe Braz <felipebraz@kinghost.com.br>
Mon, 26 Mar 2018 15:17:10 +0000 (12:17 -0300)
committerFelipe Braz <felipebraz@kinghost.com.br>
Mon, 26 Mar 2018 15:17:10 +0000 (12:17 -0300)
dnsapi/dns_kinghost.sh

index 7c0d159b6127351c8f7046c24171a9b9ef53182e..2ac8e6df201e68a9e49cd0f7df2a32a8429b59de 100644 (file)
@@ -31,8 +31,8 @@ dns_kinghost_add() {
   fi
 
   #save the credentials to the account conf file.
_saveaccountconf_mutable KINGHOST_Username  "$KINGHOST_Username"
_saveaccountconf_mutable KINGHOST_Password  "$KINGHOST_Password"
 _saveaccountconf_mutable KINGHOST_Username "$KINGHOST_Username"
 _saveaccountconf_mutable KINGHOST_Password "$KINGHOST_Password"
 
   _debug "Getting txt records"
   _kinghost_rest GET "dns" "name=$fulldomain&content=$txtvalue"