mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-02 23:49:34 +08:00
Update fix.patch
This commit is contained in:
parent
015a97ee6d
commit
687ccbf8ae
10
.github/diy/patches/fix.patch
vendored
10
.github/diy/patches/fix.patch
vendored
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user