Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 16:25:33 +08:00
parent 022a0de136
commit 055b7de0ad

View File

@ -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
} }