From 9a1fd124e7a6d761f12441ffd4776f88dfdeefd7 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:57:18 +0200 Subject: [PATCH] Update greetings.sh Extra echo to seperate MOTD message from CLI input --- MOTD/greetings.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/MOTD/greetings.sh b/MOTD/greetings.sh index 713b9ce..b805bdc 100644 --- a/MOTD/greetings.sh +++ b/MOTD/greetings.sh @@ -4,3 +4,4 @@ RESET='\033[0m' echo "" echo -e "Welcome ${GREEN}%name%${RESET}! To run the updater enter the following to the console:" echo "bash /opt/updater.sh" +echo ""