From 8852f5464e7f654099cbacbd13e4ad4672602251 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 26 Sep 2005 11:34:57 +0000 Subject: [PATCH] Blank line for home size confirming --- commands/scripts/setup.sh | 1 + 1 file changed, 1 insertion(+) 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="" -- 2.44.0