From 5ec08d7ff20d91bcdd41593573a3f8d23c104e75 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Thu, 22 Feb 2024 13:17:53 +0800 Subject: [PATCH] fix: del the repeat func --- scripts/install/openim-api.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install/openim-api.sh b/scripts/install/openim-api.sh index a0fc82437..09fa72f57 100755 --- a/scripts/install/openim-api.sh +++ b/scripts/install/openim-api.sh @@ -47,8 +47,6 @@ function openim::api::start() { readonly OPENIM_API_SERVER_LIBRARIES=("${OPENIM_OUTPUT_HOSTBIN}/${SERVER_NAME}") openim::util::stop_services_with_name ${OPENIM_API_SERVER_LIBRARIES} - readonly OPENIM_API_SERVER_LIBRARIES - openim::util::stop_services_with_name ${OPENIM_RPC_SERVICE_LISTARIES[@]} openim::log::info "Starting ${SERVER_NAME} ..."