mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 10:18:45 +08:00
fix: del the repeat func
This commit is contained in:
parent
5ec08d7ff2
commit
6c4f914bd1
@ -46,7 +46,7 @@ function openim::api::start() {
|
||||
echo "++ OpenIM API config path: ${OPENIM_API_CONFIG}"
|
||||
|
||||
readonly OPENIM_API_SERVER_LIBRARIES=("${OPENIM_OUTPUT_HOSTBIN}/${SERVER_NAME}")
|
||||
openim::util::stop_services_with_name ${OPENIM_API_SERVER_LIBRARIES}
|
||||
openim::util::stop_services_with_name ${OPENIM_API_SERVER_LIBRARIES[@]}
|
||||
|
||||
openim::log::info "Starting ${SERVER_NAME} ..."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user