diff --git a/MOTD/greetings.sh b/MOTD/greetings.sh index 43f6065..7d067aa 100644 --- a/MOTD/greetings.sh +++ b/MOTD/greetings.sh @@ -1,3 +1,6 @@ +GREEN='\033[1;32m' +WHITE='\033[1;37m' + echo "" -echo "Welcome %name%! To run the updater enter the following to the console:" +echo -e "Welcome ${GREEN}Jarno${WHITE}! To run the updater enter the following to the console:" echo "bash /opt/updater.sh"