Просмотр исходного кода

Fixing Size test when creating file

Vinicius Teshima 10 месяцев назад
Родитель
Сommit
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