Explorar o código

Fixing Size test when creating file

Vinicius Teshima hai 10 meses
pai
achega
8c260debe3
Modificáronse 1 ficheiros con 1 adicións e 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