Browse Source

minor

pull/569/head
neilpang 8 years ago
parent
commit
05cf405cb5
  1. 2
      dnsapi/dns_lua.sh

2
dnsapi/dns_lua.sh

@ -46,7 +46,7 @@ dns_lua_add() {
return 1
fi
count=$(printf "%s\n" "$response" | _egrep_o "\"name\":\"$fulldomain\"" | wc -l | tr -s " ")
count=$(printf "%s\n" "$response" | _egrep_o "\"name\":\"$fulldomain\"" | wc -l | tr -d " ")
_debug count "$count"
if [ "$count" = "0" ]; then
_info "Adding record"

Loading…
Cancel
Save