Merge Mainline

This commit is contained in:
CN_SZTL 2020-07-30 00:47:11 +08:00
commit d9cd663f1e
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..."
}