summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index a2777ba0c..59ea2eaa5 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -342,7 +342,7 @@ case $tgttype {
VBoxManage convertdd dst.ima dst.vdi
rm dst.ima
print "Moving VDI image to $tgt..."
- mv -f dst.vdi "$tgt"
+ mv -f dst.vdi "$tgt".vdi
;;
}