Update greetings.sh

Fixed color reset back to white
This commit is contained in:
Beeranco 2023-08-13 16:50:23 +02:00 committed by GitHub
parent 571c7da064
commit e54fdbd64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
GREEN='\033[1;32m'
WHITE='\033[1;37m'
RESET='\033[0m'
echo ""
echo -e "Welcome ${GREEN}%name%${WHITE}! 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"