Merge pull request #1004 from kdarbyshirebryant/miniupnpluci

luci-app-miniupnpd: restore missing luci install file
This commit is contained in:
Hannu Nyman 2017-02-13 10:30:13 +02:00 committed by GitHub
commit afc7321c6a

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