Blank line for home size confirming

This commit is contained in:
Ben Gras 2005-09-26 11:34:57 +00:00
parent 17f7adebc5
commit 8852f5464e

View file

@ -428,6 +428,7 @@ echo " --- Step 6: Select the size of /home ----------------------------------"
then echo "That won't fit!"
homesize=""
else
echo ""
echo -n "$homesize MB Ok? [Y] "
read ok
[ "$ok" = Y -o "$ok" = y -o "$ok" = "" ] || homesize=""