Add MOTD/greetings.sh

This commit is contained in:
b.waal 2023-09-25 01:59:55 +02:00
parent 432a9d7f13
commit dc10e395db

7
MOTD/greetings.sh Normal file
View File

@ -0,0 +1,7 @@
GREEN='\033[1;32m'
RESET='\033[0m'
echo ""
echo -e "Welcome ${GREEN}%name%${RESET}! To add hostnames to Pi-Hole enter the following to the console:"
echo "bash /opt/AddHost.sh"
echo ""