luci-app-unbound: add statistics and manual edit tabs
[project/luci.git] / applications / luci-app-unbound / root / etc / uci-defaults / 60_luci-unbound
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4   delete ucitrack.@unbound[-1]
5   add ucitrack unbound
6   set ucitrack.@unbound[-1].init=unbound
7   commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11 exit 0
12