Skip to content

Commit

Permalink
Update 1bc71900
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Sep 12, 2022
1 parent d4d427d commit 1f28d58
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ then
fi

# Model
PVMODEL=$(echo $PV | awk -F 'Vendor=03f0 ProdID=0857' '{print $2}' | cut -c-150)
PVMODEL=$(echo $PV | awk -F 'Vendor=03f0 ProdID=0a57' '{print $2}' | cut -c-150)
PVMODEL=$(echo $PV | awk -F 'Vendor=1bc7 ProdID=1901' '{print $2}' | cut -c-150)
PVMODEL=$(echo $PV | awk -F 'Vendor=1bc7 ProdID=1900' '{print $2}' | cut -c-150)
if [ -z "$MODEL" ]
then
Expand Down

0 comments on commit 1f28d58

Please sign in to comment.