From 8a869335ad308360da8b929e98a9c708b494ec01 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Sat, 9 Jul 2022 11:22:38 +0800 Subject: [PATCH] check all shell update --- script/check_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/check_all.sh b/script/check_all.sh index 60abfad69..076a71f6a 100644 --- a/script/check_all.sh +++ b/script/check_all.sh @@ -26,7 +26,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