update minipcieusb script

This commit is contained in:
Qubot 2025-04-14 16:01:34 +08:00
parent e8d241f125
commit c4ed4c0ed4

View File

@ -11,10 +11,10 @@ echo "##########################################################################
echo "######################### minipcie 4G Module Testing Start #########################"
result=`lsusb | grep "2c7c:0125" | wc -l`
if [ ${result} -eq 2 ]; then
echo "### Find two EC25 4G Modules from two minipcie slots ###"
if [ ${result} -eq 1 ]; then
echo "### Find 1 EC25 4G Modules from two minipcie slots ###"
else
echo "Error Notice: Can not Find two EC25 4G Modules from two minipcie slots"
echo "Error Notice: Can not Find EC25 4G Modules from two minipcie slots"
RET=1
fi