mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 20:02:45 +00:00
Update dns_hosttech.sh
This commit is contained in:
parent
aa560bd097
commit
91cb32eaeb
@ -44,13 +44,12 @@ dns_hosttech_add() {
|
||||
_err "Add txt record error."
|
||||
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…
x
Reference in New Issue
Block a user