fix: Run as foreground process

This commit is contained in:
Kroese 2023-09-25 01:22:19 +02:00 committed by GitHub
parent 06202fdb74
commit c164542f30

View file

@ -71,5 +71,5 @@ ARGS=$(echo "$ARGS" | sed 's/\t/ /g' | tr -s ' ')
trap - ERR
[[ "${DEBUG}" == [Yy1]* ]] && info "$VERS" && set -x
qemu-system-x86_64 ${ARGS:+ $ARGS}
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
{ set +x; } 2>/dev/null