summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo
blob: 0c570630da5955579909d23a8bcf1843ca931492 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

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

rm -f /tmp/luci-indexcache
exit 0