瀏覽代碼

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