luci/applications/luci-app-upnp/root/etc/uci-defaults/40_luci-miniupnp
Kevin Darbyshire-Bryant 5ef9a3a009 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>
2017-02-11 19:48:37 +00:00

11 lines
181 B
Bash
Executable file

#!/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