소스 검색

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