From 9dba9fb3660cea9187d6ae1bf941c2ed685441c6 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 6 Jul 2018 21:29:20 -0700 Subject: [PATCH] Convert multiline echos to individual echo statements so they don't lead with different amounts of space. Signed-off-by: Dan Schaper --- automated install/basic-install.sh | 58 +++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index b1852288..dd0c6392 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -492,27 +492,27 @@ verifyFreeDiskSpace() { # If the existing space is not an integer, if ! [[ "${existing_free_kilobytes}" =~ ^([0-9])+$ ]]; then # show an error that we can't determine the free space - echo -e " ${CROSS} ${str} - Unknown free disk space! - We were unable to determine available free disk space on this system. - You may override this check, however, it is not recommended - The option '${COL_LIGHT_RED}--i_do_not_follow_recommendations${COL_NC}' can override this - e.g: curl -L https://install.pi-hole.net | bash /dev/stdin ${COL_LIGHT_RED}