From 063cb44e53369fafeebb2bf7069200ef7cd17de0 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 19:42:24 +0800 Subject: [PATCH] log --- scripts/check-all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/check-all.sh b/scripts/check-all.sh index 17fb5fb7c..60e49cf61 100755 --- a/scripts/check-all.sh +++ b/scripts/check-all.sh @@ -92,9 +92,7 @@ result=$(openim::util::check_process_names ${OPENIM_ALL_SERVICE_LIBRARIES_NO_TRA if [[ $? -ne 0 ]]; then echo "+++ cat openim log file >>> ${LOG_FILE}" openim::log::error "check process failed.\n $result" - return 1 else echo "++++ Check all openim service ports successfully !" - return 0 fi