1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Added echo ':::' to the top of the file

This commit is contained in:
Promofaux 2016-01-24 16:47:38 +00:00
parent dfcf9d133e
commit 39507b9d0d

View File

@ -11,6 +11,7 @@
# (at your option) any later version.
# Run this script as root or under sudo
echo ":::"
if [[ $EUID -eq 0 ]];then
echo "::: You are root."
else