mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 10:18:45 +08:00
minio.Enable is not configured to use MinIO, therefore the image server is not checked
This commit is contained in:
parent
e1d3c56f7d
commit
5c28a0b8b9
@ -101,8 +101,8 @@ function openim::tools::start_service() {
|
||||
cmd="${cmd} --prometheus_port ${prometheus_port}"
|
||||
fi
|
||||
openim::log::status "Starting binary ${binary_name}..."
|
||||
${cmd} >> "${LOG_FILE}" 2>&1
|
||||
local status=$?
|
||||
${cmd} >>"${LOG_FILE}" 2> >(tee -a "${LOG_FILE}" >&2)
|
||||
local status=$?
|
||||
|
||||
if [ $status -eq 0 ]; then
|
||||
openim::log::info "Service ${binary_name} started successfully."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user