From b1f544a190c03294d94ba338b7c81e4ffd61e061 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 12 Mar 2024 11:59:23 +0100 Subject: [PATCH] launchers/windows10 : ajout commentaire avant exec --- qemu/launchers/windows10 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu/launchers/windows10 b/qemu/launchers/windows10 index 0b0f8de..9c29071 100755 --- a/qemu/launchers/windows10 +++ b/qemu/launchers/windows10 @@ -13,5 +13,7 @@ set -- spice \ -usbdevice tablet \ -device intel-hda -device hda-duplex,audiodev=snd0 \ "$@" + +# Execute the machine set -x exec "$@"