From 0371b440b649c12a3972b91217487e492bb181b2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Mar 2025 23:41:29 +0100 Subject: [PATCH] Update power.sh --- src/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/power.sh b/src/power.sh index f94360f..413f199 100644 --- a/src/power.sh +++ b/src/power.sh @@ -29,7 +29,7 @@ boot() { if [ -s "$QEMU_PTY" ]; then if [ "$(stat -c%s "$QEMU_PTY")" -gt 7 ]; 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