mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Don't swallow stderr
This commit is contained in:
parent
47e044b18a
commit
4d7910b868
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ function vm_boot() {
|
||||||
-device qemu-xhci \
|
-device qemu-xhci \
|
||||||
-device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \
|
-device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \
|
||||||
${display} \
|
${display} \
|
||||||
"$@" 2>/dev/null
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
function usage() {
|
function usage() {
|
||||||
|
|
Loading…
Reference in a new issue