From 2e56fb8ab0725711f1d0961c4507458e729280d5 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 23 Jan 2024 10:31:41 +0100 Subject: [PATCH] qemush : `exec` dans la commande watch --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 97b2b2e..c34ceb7 100755 --- a/bin/qemush +++ b/bin/qemush @@ -80,7 +80,7 @@ public_watch() { QEMUSH_NAME="$1" shift - socat -,echo=0,icanon=0 "UNIX-CONNECT:$(sockpath)" + exec socat -,echo=0,icanon=0 "UNIX-CONNECT:$(sockpath)" } # List running virtual machines