From e09475dd3171e54a39946d6f51dc9a1da6ea9e40 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:45:12 +0800 Subject: [PATCH] log --- scripts/stop-all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/stop-all.sh b/scripts/stop-all.sh index 28b3b04bb..9b37696ac 100755 --- a/scripts/stop-all.sh +++ b/scripts/stop-all.sh @@ -28,7 +28,7 @@ source "${OPENIM_ROOT}/scripts/install/common.sh" openim::log::status "\n# Begin to stop all openim service" -echo -e "\n++ Stop all processes in the path ${OPENIM_OUTPUT_HOSTBIN}" +openim::log::status "\n++ Stop all processes in the path ${OPENIM_OUTPUT_HOSTBIN}" openim::util::stop_services_with_name "${OPENIM_OUTPUT_HOSTBIN}" # todo OPENIM_ALL_SERVICE_LIBRARIES @@ -51,10 +51,10 @@ do sleep 1 ((attempt++)) else - openim::log::success "✨ All openim processes to be stopped" + openim::log::success " All openim processes to be stopped" exit 0 fi done -openim::log::error "✨ openim processes stopped failed" +openim::log::error "openim processes stopped failed" exit 1