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