更新于 07-17 02:29

This commit is contained in:
root
2021-07-17 02:29:43 -04:00
parent 8d0a5dbe95
commit 2e6fff1abf

2
jd.sh
View File

@ -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