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" }