From 310523a9341f0b3fd665c46654c973fcb44835d6 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 12 Mar 2024 11:56:19 +0100 Subject: [PATCH] launchers/spice : suppression exit avant exec --- qemu/launchers/spice | 1 - 1 file changed, 1 deletion(-) 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;