blob: c9771779ee6862d27a8b030d10714353ce421a1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@nlbwmon[-1]
add ucitrack nlbwmon
set ucitrack.@nlbwmon[-1].init=nlbwmon
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0
|