From c270b8334142d167d1c9de6e17a9f53b43033ff4 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 1 Nov 2018 15:14:26 -0400 Subject: [PATCH] Use printf instead of echo Co-Authored-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 d339c271..8e0b0e82 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 -e " ${INFO} Privacy level ${PRIVACY_LEVEL}" + printf " %b Privacy level %d" "${INFO}" "${PRIVACY_LEVEL}" } # Function to ask the user if they want to install the dashboard