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

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

exit 0