mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 20:32:44 +00:00
Update dns_hosttech.sh
This commit is contained in:
parent
25d2828cf7
commit
49e391555f
@ -14,7 +14,7 @@ dns_hosttech_add() {
|
|||||||
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"
|
||||||
_err "You can get yours from https://www.myhosttech.eu/user/dns/api"
|
_err "You can get yours from https://www.myhosttech.eu/user/dns/api"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user