add missing empty line

This commit is contained in:
HikariKnight 2022-02-27 19:06:07 +01:00
parent a1820c407e
commit 3b99cbf7a8
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -35,7 +35,8 @@ then
# Write the currently unused vfio config for quickemu
printf "GPU_PCI_ID=($PCI_ID)
USB_CTL_ID=\"\"" > "$SCRIPTDIR/$QUICKEMU/qemu-vfio_vars.conf"
USB_CTL_ID=\"\"
" > "$SCRIPTDIR/$QUICKEMU/qemu-vfio_vars.conf"
# Get the PCI_ID
local ROM_PCI_ID=$($SCRIPTDIR/utils/ls-iommu | grep -i "vga" | grep -i "group $1" | cut -d " " -f 4)