From 3ee500d339f93a5413e4fde6f270a58e5f7c64db Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 5 Jan 2025 21:57:31 +0800 Subject: [PATCH] Update alist.tpl --- plugins/alist/init.d/alist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/alist/init.d/alist.tpl b/plugins/alist/init.d/alist.tpl index ae3c86273..bcd15d6d7 100644 --- a/plugins/alist/init.d/alist.tpl +++ b/plugins/alist/init.d/alist.tpl @@ -23,7 +23,7 @@ app_start(){ app_stop(){ echo "dztasks stopped" - ps -ef| grep alist | grep -v grep | grep -v python | grep -v sh | awk '{print $2}'| xargs kill + ps -ef| grep alist | grep -v grep | grep -v python | grep -v sh | awk '{print $2}'| xargs kill -9 }