mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Display info message
This commit is contained in:
parent
036c2e13bd
commit
18ad9ad272
1 changed files with 1 additions and 0 deletions
|
|
@ -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 $! || :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue