From f94e03482560b90b8503511715efe3c8470a1f59 Mon Sep 17 00:00:00 2001 From: Qvinticom Date: Tue, 14 Jan 2020 15:13:04 +0200 Subject: [PATCH] Update dns_hostingukraine.sh --- dnsapi/dns_hostingukraine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_hostingukraine.sh b/dnsapi/dns_hostingukraine.sh index 278b9c63..c323fc76 100644 --- a/dnsapi/dns_hostingukraine.sh +++ b/dnsapi/dns_hostingukraine.sh @@ -61,7 +61,7 @@ dns_hostingukraine_rm() { fi ids=$(echo "$response" | _egrep_o "[^{]+${txtvalue}[^}]+" | _egrep_o "id\":[^\,]+" | cut -c5-) - debug ids "$ids" + _debug ids "$ids" if [ -z "$ids" ]; then _err "Empty TXT records! ($fulldomain: $txtvalue)" return 1