From 55552294608b6c4a06c89767649bf6a5ad8c7be3 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 21 Mar 2024 15:44:20 +0800 Subject: [PATCH] Optimizing scripts --- scripts/start-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-all.sh b/scripts/start-all.sh index 661a7e01b..a70803d70 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -92,7 +92,7 @@ if ! ${TOOLS_START_SCRIPTS_PATH} openim::tools::pre-start; then fi -openim::log::success "Preprocessing has been successfully completed!" +openim::log::colorless "Preprocessing has been successfully completed!" result=$("${OPENIM_ROOT}"/scripts/stop-all.sh) if [[ $? -ne 0 ]]; then