@@ -102,7 +102,7 @@ else
echo -n "What size? (10G) "
read _size
- if test "$choose" = ''
+ if test "$_size" = ''
then
_size='10G'
fi