remove line break

This commit is contained in:
diseq 2019-02-20 11:51:06 +01:00 committed by GitHub
parent 81ba629b56
commit 0499d2b5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ dns_one_rm() {
response="$(echo "$response" | _normalizeJson)"
_debug response "$response"
if [ "$response" = '{"result":null,"metadata":null}' ];
then
if [ "$response" = '{"result":null,"metadata":null}' ]; then
_info "Removed, OK"
return 0
else