From bba27c3dd3c19f4e70ee20f1401bd3bc5aa9b749 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 21:31:39 +0800 Subject: [PATCH] log --- scripts/start-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/start-all.sh b/scripts/start-all.sh index e1c9ea238..08c64a32e 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -90,7 +90,7 @@ fi openim::log::info "\n## Starting OpenIM services" execute_start_scripts - +openim::log::info "\n## Starting OpenIM services finish !!!!!!!!!!!!!!!!" sleep 2 @@ -102,7 +102,7 @@ if [[ $? -ne 0 ]]; then fi -openim::util::check_process_names ${OPENIM_ALL_SERVICE_LIBRARIES_NO_TRANSFER[@]} +result=$(openim::util::check_process_names ${OPENIM_ALL_SERVICE_LIBRARIES_NO_TRANSFER[@]}) if [[ $? -ne 0 ]]; then echo "+++ cat openim log file >>> ${LOG_FILE}" openim::log::error "The program may fail to start.\n $result"