This commit is contained in:
skiffer-git 2024-02-22 21:45:09 +08:00
parent 80c4b6ce7b
commit 690266ce5c

View File

@ -99,6 +99,6 @@ if [[ $? -ne 0 ]]; then
echo "+++ cat openim log file >>> ${LOG_FILE}" echo "+++ cat openim log file >>> ${LOG_FILE}"
openim::log::error "check process failed.\n $result" openim::log::error "check process failed.\n $result"
else else
echo "Check all openim service ports successfully !" openim::color::echo $COLOR_GREEN "All openim services are running normally! "
fi fi