Delete luci-upnp
Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade. I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed.
This commit is contained in:
parent
bae48b6f88
commit
387a06bb73
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/etc/init.d/miniupnpd enabled && {
|
|
||||||
/etc/init.d/miniupnpd stop
|
|
||||||
/etc/init.d/miniupnpd disable
|
|
||||||
}
|
|
||||||
|
|
||||||
rm -f /tmp/luci-indexcache
|
|
||||||
exit 0
|
|
Loading…
Reference in a new issue