check all shell update

pull/245/head
Gordon 3 years ago
parent f2b0f54c0b
commit 34420c1265

@ -27,7 +27,7 @@ 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} != "true" ]; then if [ ${switch} != "true" ]; then
if [ ${i} == "openImDemoPort"]; then if [ ${i} == "openImDemoPort" ]; then
continue continue
fi fi
fi fi

Loading…
Cancel
Save