From 0ae020ef823e52524390b1a94c686638ba3d24d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 29 Oct 2020 20:37:08 +0100 Subject: [PATCH] Change icon from cross to [i]# for root user check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- 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 8560deb9..625b1a52 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2613,7 +2613,7 @@ main() { # Otherwise, else # They do not have enough privileges, so let the user know - printf " %b %s\\n" "${CROSS}" "${str}" + printf " %b %s\\n" "${INFO}" "${str}" printf " %b %bScript called with non-root privileges%b\\n" "${INFO}" "${COL_LIGHT_RED}" "${COL_NC}" printf " The Pi-hole requires elevated privileges to install and run\\n" printf " Please check the installer for any concerns regarding this requirement\\n"