From 64ac1ae03d76beda92704ea0e7fb5895ff971273 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 21 Mar 2024 18:08:26 +0800 Subject: [PATCH] Optimizing scripts --- scripts/start-all.sh | 2 ++ 1 file changed, 2 insertions(+) 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