mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-01 05:24:11 +00:00
Update dns_hosttech.sh
This commit is contained in:
parent
aa560bd097
commit
91cb32eaeb
@ -45,12 +45,11 @@ dns_hosttech_add() {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
#fulldomain txtvalue
|
|
||||||
dns_hosttech_rm() {
|
dns_hosttech_rm() {
|
||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
|
|
||||||
Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}"
|
Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}"
|
||||||
|
|
||||||
if [ -z "$Hosttech_Key" ]; then
|
if [ -z "$Hosttech_Key" ]; then
|
||||||
Hosttech_Key=""
|
Hosttech_Key=""
|
||||||
_err "You didn't specify a Hosttech api key."
|
_err "You didn't specify a Hosttech api key."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user