Loading src/entry.sh +5 −1 Original line number Diff line number Diff line Loading @@ -36,9 +36,13 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." if [ ! -t 1 ] || [ ! -c /dev/tty ]; then qemu-system-x86_64 ${ARGS:+ $ARGS} & else if [[ "$DEBUG" != [Yy1]* ]]; then qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & else setsid qemu-system-x86_64 ${ARGS:+ $ARGS} >/dev/tty & fi fi rc=0 wait $! || rc=$? Loading Loading
src/entry.sh +5 −1 Original line number Diff line number Diff line Loading @@ -36,9 +36,13 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." if [ ! -t 1 ] || [ ! -c /dev/tty ]; then qemu-system-x86_64 ${ARGS:+ $ARGS} & else if [[ "$DEBUG" != [Yy1]* ]]; then qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & else setsid qemu-system-x86_64 ${ARGS:+ $ARGS} >/dev/tty & fi fi rc=0 wait $! || rc=$? Loading