From 893c2fc42e86280668933274f20bb05e448310df Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 21 Jan 2024 13:54:01 +0100 Subject: [PATCH] =?UTF-8?q?Afficher=20un=20message=20d'erreur=20si=20une?= =?UTF-8?q?=20VM=20n'arrive=20pas=20=C3=A0=20se=20lancer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index cb58b35..1cbf8c5 100755 --- a/bin/qemush +++ b/bin/qemush @@ -78,7 +78,7 @@ public_start() { QEMUSH_NAME="$1" shift - exec "$QEMUSH_NAME" "$@" + "$QEMUSH_NAME" "$@" || perror "error launching virtual machine \"${QEMUSH_NAME}\"" } # Attach to a running virtual machine output, the latest opened if no