fix: clarify check_euid message regarding credential prompts

This commit is contained in:
Cameron Ryder
2023-06-11 23:41:23 -04:00
parent 4a403b9132
commit c9699246bb

View File

@@ -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