Browse Source

fix dnsapi/dns_kinghost.sh with shfmt utility

Felipe Braz 7 years ago
parent
commit
f8fb0e67b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dnsapi/dns_kinghost.sh

+ 2 - 2
dnsapi/dns_kinghost.sh

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