remove redundant else, add ! to if logic.

pull/440/head
Adam Warner 8 years ago
parent 391dea445a
commit 0b480c2d3f

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

Loading…
Cancel
Save