From c176cf594ba59bf300d3f26a60c5b40c965fa974 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:17:04 +0800 Subject: [PATCH] log --- scripts/lib/util.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index 3f61a2df9..b5442d9cb 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -402,7 +402,6 @@ openim::util::check_process_names() { 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