mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-06 02:23:10 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
84a4382532
@ -27,7 +27,7 @@ service_port_name=(
|
|||||||
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
|
||||||
if [ ${switch} != "true" ]; then
|
if [ ${switch} != "true" ]; then
|
||||||
if [ ${i} == "openImDemoPort"]; then
|
if [ ${i} == "openImDemoPort" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user