Browse Source

Update dns_hosttech.sh

pull/4875/head
baerengraben 1 year ago
committed by GitHub
parent
commit
91cb32eaeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dnsapi/dns_hosttech.sh

3
dnsapi/dns_hosttech.sh

@ -45,12 +45,11 @@ dns_hosttech_add() {
return 1
}
#fulldomain txtvalue
dns_hosttech_rm() {
fulldomain=$1
txtvalue=$2
Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}"
if [ -z "$Hosttech_Key" ]; then
Hosttech_Key=""
_err "You didn't specify a Hosttech api key."

Loading…
Cancel
Save