Update start-qemu

This commit is contained in:
Namhyeon Go 2021-11-15 02:37:53 +09:00 committed by GitHub
parent 0ccfca450c
commit ecc59065b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
6.1/start-qemu generated
View File

@ -104,7 +104,7 @@ if [ -z "${QEMU_NO_VNC:-}" ]; then
) )
fi fi
if [ -z "${QEMU_MACHINE:-}" ]; then if [ -n "${QEMU_MACHINE:-}" ]; then
qemuArgs+=( qemuArgs+=(
-machine "${QEMU_MACHINE}" -machine "${QEMU_MACHINE}"
) )