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

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

rm -f /tmp/luci-indexcache
exit 0