From 017c9fc55b520d2ec15046aa0a91164d875d2e63 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 16:28:01 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index aa4079b93..a4f381069 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -20,14 +20,14 @@ ret_val=$? if [ $ret_val -ne 0 ]; then echo "$result" - echo "abort..." + echo "Some services running, abort start" exit 1 fi # Call the main function result=$(start_binaries) - +openim::log::status $result $OPENIM_SCRIPTS/check.sh