PiAutomation/MOTD/greetings.sh
Beeranco 9a1fd124e7
Update greetings.sh
Extra echo to seperate MOTD message from CLI input
2023-08-13 16:57:18 +02:00

8 lines
177 B
Bash

GREEN='\033[1;32m'
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 ""