diff --git a/qemu/launchers/spice b/qemu/launchers/spice index da7f3c0..a21b812 100755 --- a/qemu/launchers/spice +++ b/qemu/launchers/spice @@ -25,5 +25,4 @@ my @command = ( ); print "+ exec ", join(" ", @command), "\n"; -exit; exec @command;