mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
log
This commit is contained in:
parent
9bba016a8c
commit
c176cf594b
@ -402,7 +402,6 @@ openim::util::check_process_names() {
|
|||||||
local not_started=()
|
local not_started=()
|
||||||
local started=()
|
local started=()
|
||||||
|
|
||||||
echo "Checking processes: $*"
|
|
||||||
# Iterate over each given process name
|
# Iterate over each given process name
|
||||||
for process_name in "$@"; do
|
for process_name in "$@"; do
|
||||||
# Use `pgrep` to find process IDs related to the given process name
|
# Use `pgrep` to find process IDs related to the given process name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user