remove line break

This commit is contained in:
diseq
2019-02-20 11:51:06 +01:00
committed by GitHub
parent 81ba629b56
commit 0499d2b5c4

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