diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index c6a0a1260..b5029d8d0 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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=""