Explorar o código

use suffix vdi

Waldemar Brodkorb %!s(int64=14) %!d(string=hai) anos
pai
achega
7954547fd1
Modificáronse 1 ficheiros con 1 adicións e 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
 	;;
 }