From 3ff28111e1772562103e68321db46ae2277ef717 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 19:43:43 +0800 Subject: [PATCH] log --- scripts/stop-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/stop-all.sh b/scripts/stop-all.sh index be0c6265c..2120c5345 100755 --- a/scripts/stop-all.sh +++ b/scripts/stop-all.sh @@ -41,7 +41,7 @@ result=$(openim::util::check_process_names_for_stop) if [[ $? -ne 0 ]]; then echo "+++ cat openim log file >>> ${LOG_FILE}" openim::log::error "stop process failed.\n" "${result}" - return 1 +else + openim::log::success "✨ All processes to be stopped" fi -openim::log::success "✨ All processes to be stopped" \ No newline at end of file