From 7b968eb65f68fc28bc9b77a59577f3e5dbcb5a26 Mon Sep 17 00:00:00 2001 From: CZECHIA-COM Date: Thu, 26 Feb 2026 15:49:31 +0100 Subject: [PATCH] Update dns_czechia.sh changed lowercase functions --- dnsapi/dns_czechia.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_czechia.sh b/dnsapi/dns_czechia.sh index 49c47028..16007bc4 100644 --- a/dnsapi/dns_czechia.sh +++ b/dnsapi/dns_czechia.sh @@ -84,7 +84,7 @@ _czechia_load_conf() { _czechia_pick_zone() { _fulldomain="$1" - _fd=$(_lower_case "$_fulldomain" | sed 's/\.$//') + _fd=$(echo "$_fulldomain" | _lower_case | sed 's/\.$//') _best_zone="" # Replace comma with space using sed (Docker safe) @@ -92,7 +92,7 @@ _czechia_pick_zone() { for _z in $_zones_space; do # Remove spaces and trailing dot, then lowercase - NO 'tr' used here - _clean_z=$(_lower_case "$_z" | sed 's/ //g; s/\.$//') + _clean_z=$(echo "$_z" | _lower_case | sed 's/ //g; s/\.$//') [ -z "$_clean_z" ] && continue case "$_fd" in