From ff2a28a34f9dad35bc689ff021058b382aabeb07 Mon Sep 17 00:00:00 2001 From: baerengraben Date: Sat, 8 Feb 2025 22:56:00 +0000 Subject: [PATCH] removed trailing space --- 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 c2574041..69291158 100644 --- a/dnsapi/dns_hosttech.sh +++ b/dnsapi/dns_hosttech.sh @@ -132,7 +132,7 @@ _get_zoneid() { if _hosttech_rest GET "zones?query=${_domain}"; then if [ "$(echo "$_response" | _egrep_o '"name":"[^"]*' | cut -d'"' -f4)" = "${_domain}" ]; then # Get the id of the zone in question - _zoneid="$(echo "$_response" | _egrep_o '"id":[0-9]*' | cut -d':' -f2)" + _zoneid="$(echo "$_response" | _egrep_o '"id":[0-9]*' | cut -d':' -f2)" if [ -z "$_zoneid" ]; then return 1 fi