diff --git a/pihole b/pihole index 29e85309..5ff26246 100755 --- a/pihole +++ b/pihole @@ -11,9 +11,9 @@ # (at your option) any later version. # Must be root to use this tool -if [[ $EUID -eq 0 ]];then +if [[ ! $EUID -eq 0 ]];then #echo "::: You are root." -else +#else #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.