2017-02-11 19:41:31 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
uci -q batch <<-EOF >/dev/null
|
|
|
|
delete ucitrack.@upnpd[-1]
|
|
|
|
add ucitrack upnpd
|
2017-04-15 03:50:32 +00:00
|
|
|
set ucitrack.@upnpd[-1].init=miniupnpd
|
2017-02-11 19:41:31 +00:00
|
|
|
commit ucitrack
|
|
|
|
EOF
|
|
|
|
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
|
|
exit 0
|