From 001308cebf656cef59ee4b343dc553c0e7448ea5 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:31:10 +0800 Subject: [PATCH] log --- scripts/stop-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stop-all.sh b/scripts/stop-all.sh index 328392d29..1792efc6d 100755 --- a/scripts/stop-all.sh +++ b/scripts/stop-all.sh @@ -44,7 +44,7 @@ do result=$(openim::util::check_process_names_for_stop) if [[ $? -ne 0 ]]; then - if [[$attempt -ne 0 ]] ; then + if [[ $attempt -ne 0 ]] ; then echo "+++ cat openim log file >>> ${LOG_FILE}" openim::log::error "stop process failed. continue waiting\n" "${result}" fi