ソースを参照

Fixing Size test when creating file

Vinicius Teshima 10 ヶ月 前
コミット
8c260debe3
1 ファイル変更1 行追加1 行削除
  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