From 2ef533e1cfe4d2ffe4ffd179e6ebe90408f23b3e Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 11 Nov 2023 22:13:29 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20ne=20pas=20d=C3=A9tacher=20la=20se?= =?UTF-8?q?ssion=20screen=20au=20d=C3=A9marrage=20pour=20pouvoir=20voir=20?= =?UTF-8?q?ce=20qu'il=20s'y=20passe?= 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 21f140e..d059cbd 100755 --- a/bin/qemush +++ b/bin/qemush @@ -46,7 +46,7 @@ public_start() { local vm_name="$1" shift - screen -d -m -S "$vm_name" "$vm_name" "$@" + screen -S "$vm_name" "$vm_name" "$@" } public_watch() {