This commit is contained in:
modehua 2023-01-14 17:19:18 +08:00
parent 8f0b0a2ba6
commit 4ecc98a716
1 changed files with 2 additions and 5 deletions

View File

@ -26,17 +26,14 @@ if [ "$oem" != "hg" ] \
&& [ "$oem" != "hw" ] \ && [ "$oem" != "hw" ] \
&& [ "$oem" != "hgweb" ] \ && [ "$oem" != "hgweb" ] \
&& [ "$oem" != "lscweb" ] \ && [ "$oem" != "lscweb" ] \
&& [ "$oem" != "hwweb" ] \
&& [ "$oem" != "hgso" ] \ && [ "$oem" != "hgso" ] \
&& [ "$oem" != "lscso" ] \ && [ "$oem" != "lscso" ] \
&& [ "$oem" != "hwso" ] \ && [ "$oem" != "hwso" ] \
&& [ "$oem" != "lscsm" ]\ && [ "$oem" != "lscsm" ]\
&& [ "$oem" != "cts" ]\ && [ "$oem" != "cts" ];
&& [ "$oem" != "ctsso" ]\
&& [ "$oem" != "ctsweb" ];
then then
echo "参数错误:$oem !!!" echo "参数错误:$oem !!!"
echo "参数:华高:hg || hgweb 立思层:lsc || lscweb 汉王:hw || hwweb" echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb ||lscso 汉王:hw || hwweb || hwso 沧田:cts"
exit 1 exit 1
fi fi