Update greetings.sh

Extra echo to seperate MOTD message from CLI input
This commit is contained in:
Beeranco 2023-08-13 16:57:18 +02:00 committed by GitHub
parent 20cf36427f
commit 9a1fd124e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,4 @@ RESET='\033[0m'
echo "" echo ""
echo -e "Welcome ${GREEN}%name%${RESET}! To run the updater enter the following to the console:" echo -e "Welcome ${GREEN}%name%${RESET}! To run the updater enter the following to the console:"
echo "bash /opt/updater.sh" echo "bash /opt/updater.sh"
echo ""