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