PiAutomation/MOTD/greetings.sh
Beeranco e54fdbd64e
Update greetings.sh
Fixed color reset back to white
2023-08-13 16:50:23 +02:00

7 lines
169 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"