Parcourir la source

Fixing Size test when creating file

Vinicius Teshima il y a 10 mois
Parent
commit
8c260debe3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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