Browse Source

Update dns_hostingukraine.sh

pull/2688/head
Qvinticom 5 years ago
committed by GitHub
parent
commit
f94e034825
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_hostingukraine.sh

2
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

Loading…
Cancel
Save