Unverified Commit ed3f2646 authored by diseq's avatar diseq Committed by GitHub
Browse files

fix format

parent 0499d2b5
......@@ -135,11 +135,11 @@ dns_one_rm() {
_debug response "$response"
if [ "$response" = '{"result":null,"metadata":null}' ]; then
_info "Removed, OK"
return 0
else
_err "Removing txt record error."
return 1
_info "Removed, OK"
return 0
else
_err "Removing txt record error."
return 1
fi
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment