launchers/windows10 : set + exec au lieu de exec

This commit is contained in:
Ahurac 2024-03-12 11:58:49 +01:00
parent af2d7188a0
commit d681fc2250

View file

@ -7,7 +7,7 @@ export QEMUSH_BASE=kvm
}
# Launch the virtual machine
exec spice \
set -- spice \
-drive file="$(pathof disk)",if=virtio \
-net nic -net user,hostname="${QEMUSH_NAME}" \
-usbdevice tablet \
@ -15,3 +15,4 @@ exec spice \
-device intel-hda -device hda-duplex,audiodev=snd0 \
"$@"
set -x
exec "$@"