From a338731fe9de96dedb2cb6b5c7d3f0bce2fe5a6a Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 19 Mar 2024 15:17:05 +0800 Subject: [PATCH] scripts for Mac --- 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 670f2090f..5cbe32d8b 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -426,7 +426,7 @@ openim::util::check_process_names() { fi started+=("Process $process_name - Command: $command, PID: $pid, Port: $port, Start time: $start_time") - echo bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb + echo bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb $started done fi done