From 829cbbc98ef58671af8765b39f63c07f6d31e568 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Dec 2023 11:24:13 +0100 Subject: [PATCH] qemush : suppression fonction diskpath --- bin/qemush | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/qemush b/bin/qemush index 7745c30..ffeffdc 100755 --- a/bin/qemush +++ b/bin/qemush @@ -78,10 +78,6 @@ public_ls() { exec ls "$bin" } -diskpath() { - printf "%s.qcow2" "${images}/${1}" -} - public_diskadd() { exec qemu-img create -f qcow2 "$(diskpath "$1")" "$2" }