This commit is contained in:
skiffer-git 2024-02-22 19:41:28 +08:00
parent 9c7263b067
commit f381235732

View File

@ -40,7 +40,7 @@ openim::util::stop_services_with_name "${OPENIM_OUTPUT_HOSTBIN}"
result=$(openim::util::check_process_names_for_stop) result=$(openim::util::check_process_names_for_stop)
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
echo "+++ cat openim log file >>> ${LOG_FILE}" echo "+++ cat openim log file >>> ${LOG_FILE}"
openim::log::error "stop process failed.\n$(result)" openim::log::error "stop process failed.\n" "${result}"
return 1 return 1
fi fi