Update fix.patch

This commit is contained in:
kiddin9
2026-09-04 14:39:59 +08:00
committed by GitHub
parent a65cd2a696
commit 50d5c68bec
-10
View File
@@ -1,13 +1,3 @@
--- a/oscam/files/oscam.init
+++ b/oscam/files/oscam.init
@@ -8,5 +8,5 @@ start() {
}
stop() {
- killall oscam
+ kill `pidof oscam | sed "s/$$//g"`
}
--- a/totd/root/etc/init.d/totd
+++ b/totd/root/etc/init.d/totd
@@ -55,5 +55,5 @@ start_service(){