update minipcieusb script
This commit is contained in:
parent
e8d241f125
commit
c4ed4c0ed4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user