Optimizing scripts

This commit is contained in:
skiffer-git 2024-03-21 15:44:20 +08:00
parent 604586c3ba
commit 5555229460

View File

@ -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