Explorar el Código

use suffix vdi

Waldemar Brodkorb hace 11 años
padre
commit
7954547fd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	;;
 }