mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
group
This commit is contained in:
@@ -15,6 +15,7 @@ service_port_name=(
|
||||
openImAuthPort
|
||||
openImPushPort
|
||||
openImConversationPort
|
||||
openImThirdPort
|
||||
)
|
||||
for i in ${service_port_name[*]}; do
|
||||
list=$(cat $config_path | grep -w ${i} | awk -F '[:]' '{print $NF}')
|
||||
|
||||
Reference in New Issue
Block a user