From c9699246bb82ee9f21366f6768aafe5088ffac82 Mon Sep 17 00:00:00 2001 From: Cameron Ryder Date: Sun, 11 Jun 2023 23:41:23 -0400 Subject: [PATCH] fix: clarify check_euid message regarding credential prompts --- scripts/utilities.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/utilities.sh b/scripts/utilities.sh index f0ff659..91ab5ce 100644 --- a/scripts/utilities.sh +++ b/scripts/utilities.sh @@ -20,6 +20,8 @@ function check_euid() { echo -e "${red}" top_border echo -e "| !!! THIS SCRIPT MUST NOT RUN AS ROOT !!! |" + echo -e "| |" + echo -e "| It will ask for credentials as needed. |" bottom_border echo -e "${white}" exit 1