From 2e6fff1abf6555c8fcbd80ddaa7e6ae7cd637de9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Jul 2021 02:29:43 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=8E=2007-17=2002:29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd.sh b/jd.sh index 5320568..93e072e 100755 --- a/jd.sh +++ b/jd.sh @@ -1681,7 +1681,7 @@ run_normal() { local p=$1 define_program "$p" find_file_and_path $p - ps -ef | grep $file_name_all | awk '{print $1}' | xargs kill -9 >/dev/null 2>&1 + ps -ef | grep $file_name | awk '{print $1}' | xargs kill -9 >/dev/null 2>&1 if [[ $file_name ]] && [[ $which_path ]]; then import_config_and_check "$file_name" count_user_sum