From 37a1ed9296e871c7333afd0f19ccccaa79c85c49 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 22 Jan 2024 23:46:03 +0100 Subject: [PATCH] qemush : suppression de newlines en trop --- bin/qemush | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/qemush b/bin/qemush index 6ffa161..93ad8e2 100755 --- a/bin/qemush +++ b/bin/qemush @@ -100,7 +100,6 @@ public_ls() { public_diskadd() { QEMUSH_NAME="$1" shift - exec qemu-img create -f qcow2 "$(diskpath)" "$1" } @@ -108,7 +107,6 @@ public_diskadd() { public_diskrm() { QEMUSH_NAME="$1" shift - exec rm -vi -- "$(diskpath)" }