Use numeric prefixes for uci-defaults scripts
[project/luci.git] / applications / luci-app-vnstat / root / etc / uci-defaults / 40_luci-vnstat
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4         delete ucitrack.@vnstat[-1]
5         add ucitrack vnstat
6         set ucitrack.@vnstat[-1].init=vnstat
7         commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11 exit 0