diff --git a/qemoo b/qemoo index 04c0f41..8d93180 100755 --- a/qemoo +++ b/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"