mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +08:00
log
This commit is contained in:
parent
5c00629644
commit
9bba016a8c
@ -477,7 +477,7 @@ openim::util::check_process_names_for_stop() {
|
|||||||
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