launchers/kvm : set -x à la fin

This commit is contained in:
Ahurac 2024-03-12 10:47:46 +01:00
parent 3514fa96ef
commit 84722e404f

View file

@ -1,6 +1,4 @@
#!/usr/bin/env sh
set -x
# What processor architecture to use
arch=$QEMUSH_ARCH
[ -z "$arch" ] && arch=$(uname -m)
@ -22,4 +20,5 @@ set -- "qemu-system-${arch}" \
"$@"
# Start the machine
set -x
exec "$@"