From dc10e395dbcd395f3394b7d39316e36b0ec3bfdb Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Mon, 25 Sep 2023 01:59:55 +0200 Subject: [PATCH] Add MOTD/greetings.sh --- MOTD/greetings.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MOTD/greetings.sh diff --git a/MOTD/greetings.sh b/MOTD/greetings.sh new file mode 100644 index 0000000..a92ca9f --- /dev/null +++ b/MOTD/greetings.sh @@ -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 "" \ No newline at end of file