mirror of
https://abf.rosa.ru/djam/qemoo.git
synced 2025-02-23 17:12:57 +00:00
change REDIRUSB variable check
This commit is contained in:
parent
d3e2f32505
commit
0c8d1466f4
1 changed files with 1 additions and 1 deletions
2
qemoo
2
qemoo
|
@ -183,7 +183,7 @@ COMMON="$QEMU $EFI \
|
|||
-virtfs local,path=$SHARE,mount_tag=hostdir,security_model=mapped,id=hostdir
|
||||
"
|
||||
|
||||
[ "$REDIRUSB" ] && usbDev="$(checkUSB)"
|
||||
[ "$REDIRUSB" == "yes" ] && usbDev="$(checkUSB)"
|
||||
|
||||
[ "$ACTION" == 'install' ] && INSTALL="-drive file=$qImg,cache=none"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue