fix: Run as foreground process
This commit is contained in:
parent
06202fdb74
commit
c164542f30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue