Commit c0d0100c authored by neilpang's avatar neilpang
Browse files

fix format

parent 21f201e3
......@@ -101,7 +101,7 @@ dns_cf_rm() {
_err "Error"
return 1
fi
count=$(printf "%s\n" "$response" | _egrep_o "\"count\":[^,]*" | cut -d : -f 2)
_debug count "$count"
if [ "$count" = "0" ]; then
......
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