From 8a45baf55d3ce2d1eb4e1f8b4a3499e974e7a2fe Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Tue, 20 Feb 2024 19:32:50 +0800 Subject: [PATCH] fix: fix the script --- scripts/check-all-by-signal.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/check-all-by-signal.sh b/scripts/check-all-by-signal.sh index 9878f691d..09e35b3e7 100644 --- a/scripts/check-all-by-signal.sh +++ b/scripts/check-all-by-signal.sh @@ -30,14 +30,7 @@ OPENIM_VERBOSE=4 openim::log::info "\n# Begin to check all openim service" . $(dirname ${BASH_SOURCE})/install/openim-msgtransfer.sh openim::msgtransfer::check_by_signal -openim::log::info "\n# to check all openim service态nnnnnnnnnnnnnn" -handle_error() { - echo "An error occurred. Printing ${STDERR_LOG_FILE} contents:" - exit 1 -} - -trap handle_error ERR echo "Check ports:" openim::util::check_ports_by_signal ${OPENIM_SERVER_PORT_LISTARIES[@]}