mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
demo merge into project
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ service_port_name=(
|
||||
)
|
||||
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
|
||||
for i in ${service_port_name[*]}; do
|
||||
if [[ ${switch} -ne true ]]; then
|
||||
if [ $i -eq openImDemoPort]; then
|
||||
if [ ${switch} != "true" ]; then
|
||||
if [ ${i} == "openImDemoPort"]; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user