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

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

rm -f /tmp/luci-indexcache
exit 0