From 687ccbf8aeb5fea0820ed51a3eb6356c311c2629 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:45:04 +0800 Subject: [PATCH] Update fix.patch --- .github/diy/patches/fix.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/diy/patches/fix.patch b/.github/diy/patches/fix.patch index f23ebfff..c5a6774e 100644 --- a/.github/diy/patches/fix.patch +++ b/.github/diy/patches/fix.patch @@ -58,16 +58,6 @@ + kill -q -9 `pidof pppoe-server | sed "s/$$//g"` } ---- a/luci-app-pppoe-user/root/etc/init.d/pppoe-user -+++ b/luci-app-pppoe-user/root/etc/init.d/pppoe-user -@@ -70,5 +70,5 @@ start() { - } - - stop() { -- killall -q pppoe-user -+ kill -q `pidof pppoe-user | sed "s/$$//g"` - } - --- a/luci-app-speedtest-web/root/etc/init.d/speedtest-web +++ b/luci-app-speedtest-web/root/etc/init.d/speedtest-web @@ -15,5 +15,5 @@ start() {