Commit f8fb0e67 authored by Felipe Braz's avatar Felipe Braz
Browse files

fix dnsapi/dns_kinghost.sh with shfmt utility

parent 86ef6e69
...@@ -31,8 +31,8 @@ dns_kinghost_add() { ...@@ -31,8 +31,8 @@ dns_kinghost_add() {
fi fi
#save the credentials to the account conf file. #save the credentials to the account conf file.
_saveaccountconf_mutable KINGHOST_Username "$KINGHOST_Username" _saveaccountconf_mutable KINGHOST_Username "$KINGHOST_Username"
_saveaccountconf_mutable KINGHOST_Password "$KINGHOST_Password" _saveaccountconf_mutable KINGHOST_Password "$KINGHOST_Password"
_debug "Getting txt records" _debug "Getting txt records"
_kinghost_rest GET "dns" "name=$fulldomain&content=$txtvalue" _kinghost_rest GET "dns" "name=$fulldomain&content=$txtvalue"
......
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