@ -34,7 +34,7 @@ ret_val=$?
if [ $ret_val -eq 0 ]; then
echo "All services are running normally."
else
echo "Some services are not running as expected."
echo "Some services are not running as expected. Details are as follows:"
echo "$result"
exit 1
fi
@ -29,18 +29,5 @@ fi
result=$(start_binaries)
result=$(check_binaries_running)
ret_val=$?
echo "All binaries are running."
echo "abort..."
print_listened_ports_by_binaries
$OPENIM_SCRIPTS/check.sh