Ver Fonte

Fixing Size test when creating file

Vinicius Teshima há 10 meses atrás
pai
commit
8c260debe3
1 ficheiros alterados com 1 adições e 1 exclusões
  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