alter deploy

This commit is contained in:
wangchuxiao
2022-02-16 12:23:08 +08:00
parent 028171a91a
commit 36d39669e4
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -4,6 +4,7 @@ source ./style_info.cfg
source ./path_info.cfg
source ./function.sh
service_port_name=(
openImCmsApiPort
openImApiPort
openImUserPort
openImFriendPort
@@ -15,6 +16,9 @@ service_port_name=(
openImWsPort
openImSdkWsPort
openImDemoPort
openImAdminCmsPort
openImMessageCmsPort
openImStatisticsPort
)
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do