From 18ad9ad27265081deee3e7ca3d2815a9668f1a26 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Apr 2024 23:13:59 +0200 Subject: [PATCH] feat: Display info message --- src/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry.sh b/src/entry.sh index 07866ca..ca57816 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -33,6 +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..." ) & cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" & wait $! || :