This commit is contained in:
wangchuxiao
2023-03-29 18:26:03 +08:00
parent 0345099e99
commit 909b57558e
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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}')