mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
log
This commit is contained in:
parent
bb15d14627
commit
812fa38a87
@ -62,9 +62,9 @@ function openim::push::start() {
|
||||
OPENIM_PUSH_PORTS_ARRAY=$(openim::util::list-to-string ${OPENIM_PUSH_PORT} )
|
||||
PUSH_PROM_PORTS_ARRAY=$(openim::util::list-to-string ${PUSH_PROM_PORT} )
|
||||
|
||||
result=$(openim::util::stop_services_with_name ${SERVER_NAME})
|
||||
result=$(openim::util::stop_services_with_name ${OPENIM_PUSH_BINARY})
|
||||
if [[ $? -ne 0 ]]; then
|
||||
openim::log::error "stop ${SERVER_NAME} failed \n " "${result}"
|
||||
openim::log::error "stop ${OPENIM_PUSH_BINARY} failed \n " "${result}"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user