summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-08-22 13:08:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-08-22 13:08:02 +0200
commit7954547fd1b1661c82cbacea2b5bfdd491ac46ab (patch)
treee3d7d788b65e43b96f65b0eb30f60fa296bbd103 /scripts/create.sh
parentdbcca758adf235dbf313a47bf5fc2b6e4a37bd30 (diff)
use suffix vdi
Diffstat (limited to 'scripts/create.sh')
-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
;;
}