organization

This commit is contained in:
skiffer-git 2022-04-16 20:25:01 +08:00
parent bf081dce32
commit bef4f0c4e2

View File

@ -20,6 +20,7 @@ service_port_name=(
openImMessageCmsPort openImMessageCmsPort
openImStatisticsPort openImStatisticsPort
openImOfficePort openImOfficePort
openImOrganizationPort
) )
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}') switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do for i in ${service_port_name[*]}; do