From 09ae283ef814262733edfb14b791bedc3cb0b771 Mon Sep 17 00:00:00 2001 From: CZECHIA-COM Date: Thu, 26 Feb 2026 16:30:24 +0100 Subject: [PATCH] Update dns_czechia.sh --- dnsapi/dns_czechia.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnsapi/dns_czechia.sh b/dnsapi/dns_czechia.sh index 63094e88..c0fc7701 100644 --- a/dnsapi/dns_czechia.sh +++ b/dnsapi/dns_czechia.sh @@ -83,10 +83,10 @@ _czechia_load_conf() { } _czechia_pick_zone() { - _debug "Vstupni domena: $_fulldomain" - _debug "Dostupne zony: $CZ_Zones" - _fulldomain="$1" - _fd=$(echo "$_fulldomain" | _lower_case | sed 's/\.$//') + _fd_input="$1" + _debug "Vstupni domena: $_fd_input" + _debug "Dostupne zony: $CZ_Zones" + _fd=$(echo "$_fd_input" | _lower_case | sed 's/\.$//') _best_zone="" # Replace comma with space using sed (Docker safe)