From 84cc48511651e7dacd6ce234f3efdf2980fbbf53 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Apr 2024 23:23:45 +0200 Subject: [PATCH] feat: Info message --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index ca57816..1286590 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -33,7 +33,7 @@ fi terminal tail -fn +0 "$QEMU_LOG" 2>/dev/null & -( sleep 5 ; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, you can now connect to http://localhost:8006/ in your browser..." ) & +( sleep 6; [ ! -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 $! || :