From bb15d1462720d9d4f990af8b370fdd244d3fab8b Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 18:42:42 +0800 Subject: [PATCH] log --- scripts/install/openim-rpc.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/install/openim-rpc.sh b/scripts/install/openim-rpc.sh index 7d968a785..2d1fc4284 100755 --- a/scripts/install/openim-rpc.sh +++ b/scripts/install/openim-rpc.sh @@ -148,15 +148,7 @@ function openim::rpc::start() { done done - sleep 5 - - result=$(openim::util::check_ports ${OPENIM_RPC_PORT_TARGETS[@]}) - if [[ $? -ne 0 ]]; then - openim::log::error "check ${SERVER_NAME} failed" - else - openim::log::info "$result" - fi - # openim::util::check_ports ${OPENIM_RPC_PROM_PORT_TARGETS[@]} + return 0 }