aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index e01d276f7b..373202a2b7 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -182,7 +182,7 @@ while true; do
SLIRP_ENABLED="yes"
;;
"publicvnc")
- SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -vnc 0.0.0.0:0"
+ SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -vnc :0"
;;
*-image*)
[ -z "$ROOTFS" ] || \