check all shell update

This commit is contained in:
Gordon 2022-07-09 11:22:38 +08:00
parent f2b0f54c0b
commit 34420c1265

View File

@ -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