Update greetings.sh

Fixed oopsie
This commit is contained in:
Beeranco 2023-08-12 13:36:29 +02:00 committed by GitHub
parent cd1f56b647
commit ad720974f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,5 @@ GREEN='\033[1;32m'
WHITE='\033[1;37m' WHITE='\033[1;37m'
echo "" echo ""
echo -e "Welcome ${GREEN}Jarno${WHITE}! To run the updater enter the following to the console:" echo -e "Welcome ${GREEN}%name%${WHITE}! To run the updater enter the following to the console:"
echo "bash /opt/updater.sh" echo "bash /opt/updater.sh"