mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
build: Update qemu-docker to v7.01 (#1122)
This commit is contained in:
parent
5501437caa
commit
9ffc4647aa
3 changed files with 2 additions and 7 deletions
|
|
@ -35,7 +35,7 @@ boot() {
|
|||
grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y"
|
||||
fi
|
||||
if [ -z "$fail" ]; then
|
||||
info "Windows started succesfully, visit http://localhost:8006/ to view the screen..."
|
||||
info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..."
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue