From 49e391555f4edbd02886ee44379a6a70e1a2f80d Mon Sep 17 00:00:00 2001 From: baerengraben Date: Sat, 18 Nov 2023 14:01:31 +0100 Subject: [PATCH] Update dns_hosttech.sh --- dnsapi/dns_hosttech.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_hosttech.sh b/dnsapi/dns_hosttech.sh index 069566b5..05d9c898 100644 --- a/dnsapi/dns_hosttech.sh +++ b/dnsapi/dns_hosttech.sh @@ -14,7 +14,7 @@ dns_hosttech_add() { Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}" if [ -z "$Hosttech_Key" ]; then 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" return 1 fi