luci-app-oled: sync with upstream source

This commit is contained in:
CN_SZTL 2020-07-30 00:44:32 +08:00
parent 81226e5ca0
commit 035851c019
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -44,7 +44,7 @@ start() {
stop() {
kill -9 $(pgrep /usr/bin/oled)
kill -2 $(pgrep /usr/bin/oled)
kill -9 $(pgrep -f /usr/sbin/netspeed)
echo "oled exit..."
}