From 96f3f863e584f9de57300a1ae14d6a5cd4759d90 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 6 Apr 2016 09:28:24 +0100 Subject: [PATCH] Clean up output. Commented out un-needed root/sudo notification --- pihole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole b/pihole index add8a04a..29e85309 100755 --- a/pihole +++ b/pihole @@ -12,9 +12,9 @@ # Must be root to use this tool if [[ $EUID -eq 0 ]];then - echo "::: You are root." + #echo "::: You are root." else - echo "::: Sudo will be used for this tool." + #echo "::: Sudo will be used for this tool." # Check if it is actually installed # If it isn't, exit because the pihole cannot be invoked without privileges. if [[ $(dpkg-query -s sudo) ]];then