diseq
6 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
2 deletions
-
dnsapi/dns_one.sh
|
@ -134,8 +134,7 @@ dns_one_rm() { |
|
|
response="$(echo "$response" | _normalizeJson)" |
|
|
response="$(echo "$response" | _normalizeJson)" |
|
|
_debug response "$response" |
|
|
_debug response "$response" |
|
|
|
|
|
|
|
|
if [ "$response" = '{"result":null,"metadata":null}' ]; |
|
|
|
|
|
then |
|
|
|
|
|
|
|
|
if [ "$response" = '{"result":null,"metadata":null}' ]; then |
|
|
_info "Removed, OK" |
|
|
_info "Removed, OK" |
|
|
return 0 |
|
|
return 0 |
|
|
else |
|
|
else |
|
|