Selaa lähdekoodia

use suffix vdi

Waldemar Brodkorb 13 vuotta sitten
vanhempi
commit
7954547fd1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/create.sh

+ 1 - 1
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
 	;;
 }