调整脚本

This commit is contained in:
modehua 2023-04-15 11:17:30 +08:00
parent 2c11d37e61
commit bcbe4f90db
1 changed files with 5 additions and 2 deletions

View File

@ -47,12 +47,15 @@ if [ "$oem" != "hg" ] \
&& [ "$oem" != "lscso" ] \ && [ "$oem" != "lscso" ] \
&& [ "$oem" != "hwso" ] \ && [ "$oem" != "hwso" ] \
&& [ "$oem" != "lscsm" ]\ && [ "$oem" != "lscsm" ]\
&& [ "$oem" != "zj" ]\
&& [ "$oem" != "ctsso" ]\ && [ "$oem" != "ctsso" ]\
&& [ "$oem" != "cts" ]\ && [ "$oem" != "cts" ]\
&& [ "$oem" != "zg" ]\ && [ "$oem" != "zg" ]\
&& [ "$oem" != "zgso" ]\ && [ "$oem" != "zgso" ]\
&& [ "$oem" != "zgweb" ]; && [ "$oem" != "zgweb" ]\
&& [ "$oem" != "zj" ]\
&& [ "$oem" != "zjso" ]\
&& [ "$oem" != "zjweb" ];
then then
echo "参数错误:$oem !!!" echo "参数错误:$oem !!!"
echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb ||lscso 汉王:hw || hwweb || hwso 沧田:cts" echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb ||lscso 汉王:hw || hwweb || hwso 沧田:cts"