1 2 3 4 5 6 7 8 9
#!/bin/sh /etc/init.d/miniupnpd enabled && { /etc/init.d/miniupnpd stop /etc/init.d/miniupnpd disable } rm -f /tmp/luci-indexcache exit 0