mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
log
This commit is contained in:
parent
9a2c74baaa
commit
df87f9405e
@ -2878,7 +2878,7 @@ function openim::util::check_process_names_for_stop() {
|
||||
NUM_PROCESSES=$(echo "$PIDS" | wc -l | xargs)
|
||||
if [ "$NUM_PROCESSES" -gt 0 ]; then
|
||||
all_stopped=false
|
||||
openim::log::error "Found $NUM_PROCESSES processes for ${service}"
|
||||
echo "Found $NUM_PROCESSES processes for ${service}"
|
||||
for PID in $PIDS; do
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
echo -e "\033[31m$(ps -p $PID -o pid,cmd)\033[0m"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user