mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 20:11:29 +08:00
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/sh
|
|
|
|
chmod +x /etc/init.d/netspeedtest /usr/bin/netspeedtest.sh /usr/bin/speedtest /usr/libexec/rpcd/luci.netspeedtest
|
|
/etc/init.d/rpcd restart
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|