From a3fdbaf7a14cc22c3846b09c764e4452e735379d Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Tue, 15 Nov 2022 11:29:37 +0800 Subject: [PATCH] oem cts --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e2ed860..93cc686 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ fi echo "$password" sleep 1 -if [ "$oem" != "hg" ] && [ "$oem" != "lsc" ] && [ "$oem" != "hw" ] && [ "$oem" != "hgweb" ] && [ "$oem" != "lscweb" ] && [ "$oem" != "hwweb" ] && [ "$oem" != "hgso" ] && [ "$oem" != "lscso" ] && [ "$oem" != "hwso" ] && [ "$oem" != "lscsm" ]; +if [ "$oem" != "hg" ] && [ "$oem" != "lsc" ] && [ "$oem" != "hw" ] && [ "$oem" != "hgweb" ] && [ "$oem" != "lscweb" ] && [ "$oem" != "hwweb" ] && [ "$oem" != "hgso" ] && [ "$oem" != "lscso" ] && [ "$oem" != "hwso" ] && [ "$oem" != "lscsm" ]&& [ "$oem" != "cts" ]&& [ "$oem" != "ctsso" ]&& [ "$oem" != "ctsweb" ]; then echo "参数错误:$oem!!!" echo "参数:华高:hg || hgweb 立思层:lsc || lscweb 汉王:hw || hwweb"