summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound
blob: c2ac8c93b66bcf7a91f25beac3b2c5da71382311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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

rm -f /tmp/luci-indexcache
exit 0