#!/bin/sh

uci -q batch <<-EOF >/dev/null
	delete ucitrack.@coredns[-1]
	add ucitrack coredns
	set ucitrack.@coredns[-1].init=coredns
	commit ucitrack
EOF

rm -rf /tmp/luci-*
exit 0
