mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
Script Refactoring
This commit is contained in:
parent
022a0de136
commit
055b7de0ad
@ -387,7 +387,7 @@ openim::util::check_process_names() {
|
||||
if [ "$running_count" -eq "$expected_count" ]; then
|
||||
return 0
|
||||
else
|
||||
echo "$process_path Expected $expected_count processes, but $running_count are present"
|
||||
echo "$process_path Expected $expected_count processes, but $running_count running"
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user