New application for watchcat
[project/luci.git] / applications / luci-watchcat / root / etc / uci-defaults / luci-watchcat
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4 add ucitrack system
5 set ucitrack.@system[-1].init=watchcat
6 commit ucitrack
7 EOF
8
9 rm -f /tmp/luci-indexcache
10 exit 0