mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
shell udpate
This commit is contained in:
parent
9cfbd8107e
commit
7ccb1b6a6f
@ -27,7 +27,7 @@ service_port_name=(
|
||||
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
|
||||
for i in ${service_port_name[*]}; do
|
||||
if [ ${switch} != "true" ]; then
|
||||
if [ ${i} == "openImDemoPort"]; then
|
||||
if [ ${i} == "openImDemoPort" ]; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user