Update dns_hostingukraine.sh

This commit is contained in:
Qvinticom 2020-01-14 15:13:04 +02:00 committed by GitHub
parent 4ed3fe0a58
commit f94e034825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ dns_hostingukraine_rm() {
fi fi
ids=$(echo "$response" | _egrep_o "[^{]+${txtvalue}[^}]+" | _egrep_o "id\":[^\,]+" | cut -c5-) ids=$(echo "$response" | _egrep_o "[^{]+${txtvalue}[^}]+" | _egrep_o "id\":[^\,]+" | cut -c5-)
debug ids "$ids" _debug ids "$ids"
if [ -z "$ids" ]; then if [ -z "$ids" ]; then
_err "Empty TXT records! ($fulldomain: $txtvalue)" _err "Empty TXT records! ($fulldomain: $txtvalue)"
return 1 return 1