Explorar el Código

Fixing Size test when creating file

Vinicius Teshima hace 10 meses
padre
commit
8c260debe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      luks.sh

+ 1 - 1
luks.sh

@@ -102,7 +102,7 @@ else
 
 	echo -n "What size? (10G) "
 	read _size
-	if test "$choose" = ''
+	if test "$_size" = ''
 	then
 		_size='10G'
 	fi