Update fix.patch

This commit is contained in:
kiddin9 2026-03-23 03:45:04 +08:00 committed by GitHub
parent 015a97ee6d
commit 687ccbf8ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {