Cosmetic / UX: Display VENDORPRETTYNAME instead of VENDOR on 1st welcome screen

If defined
This commit is contained in:
Igor Pecovnik 2024-09-16 14:21:16 +02:00 committed by Igor
parent b38e4b238c
commit c6a0cd50a8
1 changed files with 2 additions and 0 deletions

View File

@ -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"