luci-app-miniupnpd: restore missing luci install file

Restore luci indexcache handling incorrect removed in
387a06bb73

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
This commit is contained in:
Kevin Darbyshire-Bryant 2017-02-11 19:41:31 +00:00
parent 16395c31bf
commit 5ef9a3a009

View file

@ -0,0 +1,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