demo merge into project

This commit is contained in:
Gordon 2021-12-01 13:35:28 +08:00
parent ace6ef0029
commit 3ae5c9dca1

View File

@ -18,8 +18,10 @@ service_port_name=(
)
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do
if [[ ${switch} -ne true ]]&&[$i -eq openImDemoPort]; then
continue
if [[ ${switch} -ne true ]]; then
if [ $i -eq openImDemoPort]; then
continue
fi
fi
list=$(cat $config_path | grep -w ${i} | awk -F '[:]' '{print $NF}')
list_to_string $list