This commit is contained in:
luoliangyi 2022-09-30 11:02:36 +08:00
parent 8465a3b561
commit 162ff3e823
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
if [ "$oem" != "hg" ] && [ "$oem" != "lsc" ] && [ "$oem" != "hw" ] && [ "$oem" != "hgweb" ] && [ "$oem" != "lscweb" ] && [ "$oem" != "hwweb" ] && [ "$oem" != "hgso" ] && [ "$oem" != "lscso" ] && [ "$oem" != "hwso" ] && [ "$oem" != "lscsm" ];
then
echo "参数错误!!!"
echo "参数:华高:hg || hgweb 立思层:lsc || lscweb 汉王:hw || hwweb"