Use numeric prefixes for uci-defaults scripts
[project/luci.git] / applications / luci-app-watchcat / root / etc / uci-defaults / 40_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