From 5d0d7336ff9b6791ba1dd3b28f435ce8900a9102 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 20 Aug 2018 20:21:03 -0400 Subject: [PATCH] Echo with newline when setting privacy level Signed-off-by: Mcat12 --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index e255fd7e..d339c271 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1035,7 +1035,7 @@ setPrivacyLevel() { # Get the user's choice PRIVACY_LEVEL=$("${LevelCommand[@]}" "${LevelOptions[@]}" 2>&1 >/dev/tty) || (echo -e " ${COL_LIGHT_RED}Cancel was selected, exiting installer${COL_NC}" && exit 1) - echo -en " ${INFO} Privacy level ${PRIVACY_LEVEL}" + echo -e " ${INFO} Privacy level ${PRIVACY_LEVEL}" } # Function to ask the user if they want to install the dashboard