From e6cc8d78c45143a51e4beec36d4c87ab6147d9a9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 29 Apr 2024 18:23:04 +0200 Subject: [PATCH] Update entry.sh --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index 701594e..8893716 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -29,8 +29,8 @@ info "Booting ${APP}${BOOT_DESC}..." (( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15 terminal +( sleep 10; boot ) & tail -fn +0 "$QEMU_LOG" 2>/dev/null & -( sleep 10; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) & cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" & wait $! || :