diff --git a/scripts/start-all.sh b/scripts/start-all.sh index 7caff49a6..c446ec7b7 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -126,4 +126,6 @@ openim::log::status "Start the post-start tools:" ${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start openim::log::status "post-start has been successfully completed!" openim::util::find_ports_for_all_services ${OPENIM_ALL_SERVICE_LIBRARIES_NO_TRANSFER[@]} +openim::util::find_ports_for_all_services ${OPENIM_MSGTRANSFER_BINARY[@]} + openim::log::success "All OpenIM services have been successfully started!" \ No newline at end of file