summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-11 11:10:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 11:11:55 +0200
commit00a496345910208c9b1cd1ef922a4481960517a4 (patch)
tree2044a4b79285c9092bb4449094197ea0d9f93916 /scripts/create.sh
parent9c4ae62a55ebc763ac72e4b1513f305cdc1abe55 (diff)
make vbox target usable again
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 e280e7cea..f15fdc1bc 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -319,7 +319,7 @@ case $tgttype {
print "Converting raw image to VDI..."
VBoxManage convertdd dst.ima dst.vdi
rm dst.ima
- print "Moving VDI image to $tgt..."
+ print "Moving VDI image to $tgt.vdi..."
mv -f dst.vdi "$tgt".vdi
;;
}