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

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

rm -f /tmp/luci-indexcache
exit 0