From ad720974f7ce66e85489e81d31bc10d65ed23d24 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:36:29 +0200 Subject: [PATCH] Update greetings.sh Fixed oopsie --- MOTD/greetings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"