aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create
index 16349c0..36d3795 100755
--- a/kvmx-create
+++ b/kvmx-create
@@ -119,7 +119,7 @@ function kvmx_config {
image="$image_base/$hostname/box.img"
else
image_base="$HOME/.local/share/kvmx"
- kvmx_user_config image $image_base/debian/box.img "Destination image (ending in .img)"
+ kvmx_user_config image $image_base/$hostname/box.img "Destination image (ending in .img)"
fi
kvmx_user_config size 3G "Image size"