diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create.sh | 2 |
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 ;; } |