Commit 0159277d authored by neilpang's avatar neilpang
Browse files

fix format

parent 6ca5f3d8
...@@ -31,7 +31,7 @@ dns_zonomi_add() { ...@@ -31,7 +31,7 @@ dns_zonomi_add() {
_err "error" _err "error"
return 1 return 1
fi fi
if _contains "$response" "<record"; then if _contains "$response" "<record"; then
_debug "get and update records" _debug "get and update records"
_qstr="action[1]=SET&type[1]=TXT&name[1]=$fulldomain&value[1]=$txtvalue" _qstr="action[1]=SET&type[1]=TXT&name[1]=$fulldomain&value[1]=$txtvalue"
......
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