mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update entry.sh
This commit is contained in:
parent
1cd8fb8c80
commit
e6cc8d78c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $! || :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue