From 2c48d848db47d7f0b3c2bf92d5f0bc5bcc77f2ef Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:23:51 +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 fd156cc0f..328392d29 100755 --- a/scripts/stop-all.sh +++ b/scripts/stop-all.sh @@ -51,7 +51,7 @@ do sleep 1 ((attempt++)) else - openim::log::success "✨ All processes to be stopped" + openim::log::success "✨ All openim processes to be stopped" exit 0 fi done