From 2ee832bf0cf41555d0f116de08b7bc7a001f849c Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 6 Aug 2021 13:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/DlHelper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/DlHelper.sh b/Scripts/sh/DlHelper.sh index 098560c..0e546cb 100644 --- a/Scripts/sh/DlHelper.sh +++ b/Scripts/sh/DlHelper.sh @@ -23,4 +23,4 @@ find $dir_sync -name "*code\.sh" -exec mv {} $Help/code\.sh \; find $dir_sync -name "*task_before\.sh" -exec mv {} $Help/task_before\.sh \; find $dir_sync -name "*config_sample\.sh" -exec mv {} $Help/config_sample\.sh \; -ps -ef|grep python|grep -v grep|cut -c 9-16|xargs kill -9 \ No newline at end of file +ps -ef|grep tg_channel_downloader.py|grep -v grep|awk '{print $1}'|xargs kill -9