pull/1953/head
skiffer-git 2 years ago
parent 9c7263b067
commit f381235732

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

Loading…
Cancel
Save