mirror of https://github.com/armbian/build.git
Cosmetic / UX: Display VENDORPRETTYNAME instead of VENDOR on 1st welcome screen
If defined
This commit is contained in:
parent
b38e4b238c
commit
c6a0cd50a8
|
|
@ -651,6 +651,8 @@ if [[ -f /root/.not_logged_in_yet && -n $(tty) ]]; then
|
|||
|
||||
clear
|
||||
|
||||
# In case VENDORPRETTYNAME is defined, display that
|
||||
[[ -n "${VENDORPRETTYNAME}" ]] && VENDOR="$VENDORPRETTYNAME"
|
||||
echo -e "Welcome to \e[1m\e[97m${VENDOR}\x1B[0m! \n"
|
||||
echo -e "Documentation: \e[1m\e[92m${VENDORDOCS}\x1B[0m | Community support: \e[1m\e[92m${VENDORSUPPORT}\x1B[0m\n"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue