mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 20:54:18 +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
|
if [ "$running_count" -eq "$expected_count" ]; then
|
||||||
return 0
|
return 0
|
||||||
else
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user