From 9bba016a8cba414a2f02e129b554cd7e4369d47e Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:16:11 +0800 Subject: [PATCH] log --- scripts/lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index b9d29fd96..3f61a2df9 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -477,7 +477,7 @@ openim::util::check_process_names_for_stop() { local not_started=() local started=() - echo "Checking processes: $*" + # Iterate over each given process name for process_name in "$@"; do # Use `pgrep` to find process IDs related to the given process name