1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-02 20:20:56 +00:00

Merge pull request #3825 from yubiuser/tweak/cross

Change icon from cross to [i] for root user check
This commit is contained in:
Adam Warner 2020-11-15 20:42:05 +00:00 committed by GitHub
commit bd6ca0ad62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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