Update greetings.sh
Added color to highlight the users name
This commit is contained in:
parent
c3faa18dbf
commit
a4d2cde43b
@ -1,3 +1,6 @@
|
||||
GREEN='\033[1;32m'
|
||||
WHITE='\033[1;37m'
|
||||
|
||||
echo ""
|
||||
echo "Welcome %name%! To run the updater enter the following to the console:"
|
||||
echo -e "Welcome ${GREEN}Jarno${WHITE}! To run the updater enter the following to the console:"
|
||||
echo "bash /opt/updater.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user