From 035851c01994d6bed0b9fecdfa63dc71a7454baa Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 30 Jul 2020 00:44:32 +0800 Subject: [PATCH] luci-app-oled: sync with upstream source --- package/ctcgfw/luci-app-oled/root/etc/init.d/oled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ctcgfw/luci-app-oled/root/etc/init.d/oled b/package/ctcgfw/luci-app-oled/root/etc/init.d/oled index 84856bc684..7beda6f8d5 100755 --- a/package/ctcgfw/luci-app-oled/root/etc/init.d/oled +++ b/package/ctcgfw/luci-app-oled/root/etc/init.d/oled @@ -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..." }