Qvinticom
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_hostingukraine.sh
|
@ -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 |
|
|