diff --git a/qemu/launchers/spice b/qemu/launchers/spice index b1818e1..462899e 100755 --- a/qemu/launchers/spice +++ b/qemu/launchers/spice @@ -7,5 +7,5 @@ exec "$base" \ -chardev spicevmc,id=vdagent,debug=0,name=vdagent \ -device virtio-serial \ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \ - -spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \ + -spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \ "$@"