mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
fix dnsapi/dns_kinghost.sh with shfmt utility
This commit is contained in:
parent
86ef6e6987
commit
f8fb0e67b4
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user