|
|
|
@ -36,12 +36,11 @@ for binary in "${!binaries[@]}"; do
|
|
|
|
|
|
|
|
|
|
result=$(openim::util::check_process_names "$full_path" "$expected_count")
|
|
|
|
|
|
|
|
|
|
echo $result 1111111111111111112222
|
|
|
|
|
if [ "$result" -eq 0 ]; then
|
|
|
|
|
echo "ok $binary"
|
|
|
|
|
else
|
|
|
|
|
echo "failed $binary, miss $result "
|
|
|
|
|
fi
|
|
|
|
|
if [ "$result" -eq 0 ]; then
|
|
|
|
|
echo "Startup successful for $binary"
|
|
|
|
|
else
|
|
|
|
|
echo "Startup failed for $binary, $result processes missing."
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|