Blank line for home size confirming
This commit is contained in:
parent
17f7adebc5
commit
8852f5464e
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ echo " --- Step 6: Select the size of /home ----------------------------------"
|
||||||
then echo "That won't fit!"
|
then echo "That won't fit!"
|
||||||
homesize=""
|
homesize=""
|
||||||
else
|
else
|
||||||
|
echo ""
|
||||||
echo -n "$homesize MB Ok? [Y] "
|
echo -n "$homesize MB Ok? [Y] "
|
||||||
read ok
|
read ok
|
||||||
[ "$ok" = Y -o "$ok" = y -o "$ok" = "" ] || homesize=""
|
[ "$ok" = Y -o "$ok" = y -o "$ok" = "" ] || homesize=""
|
||||||
|
|
Loading…
Reference in a new issue