mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
demo merge into project
This commit is contained in:
parent
ace6ef0029
commit
3ae5c9dca1
@ -18,8 +18,10 @@ 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} -ne true ]]&&[$i -eq openImDemoPort]; then
|
if [[ ${switch} -ne true ]]; then
|
||||||
continue
|
if [ $i -eq openImDemoPort]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
list=$(cat $config_path | grep -w ${i} | awk -F '[:]' '{print $NF}')
|
list=$(cat $config_path | grep -w ${i} | awk -F '[:]' '{print $NF}')
|
||||||
list_to_string $list
|
list_to_string $list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user