Unverified Commit e5553d64 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update entry.sh

parent 980d91a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
if [ ! -t 1 ] || [ ! -c /dev/tty ]; then
  qemu-system-x86_64 ${ARGS:+ $ARGS} &
else
  qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty &
  setsid qemu-system-x86_64 ${ARGS:+ $ARGS} >/dev/tty &
fi

rc=0