From 50d5c68bec71f1fee90fab7695c1d4270e3b2c42 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:39:59 +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 ac791dd6..c01334cd 100644 --- a/.github/diy/patches/fix.patch +++ b/.github/diy/patches/fix.patch @@ -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(){