boot: fix typo

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2025-02-01 00:15:40 +01:00
parent b1737e1a0e
commit b61222c0d5

View File

@@ -85,7 +85,7 @@ if [ "${DSMINFO}" = "true" ]; then
echo -e "Model: \033[1;37m${MODELID:-${MODEL}}\033[0m"
echo -e "Platform: \033[1;37m${PLATFORM}\033[0m"
echo -e "Version: \033[1;37m${PRODUCTVER} (${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m"
echo -e "Kernel: \033[1;37m${KVER} (${KERNEL}\033[0m"
echo -e "Kernel: \033[1;37m${KVER} (${KERNEL})\033[0m"
echo -e "LKM: \033[1;37m${LKM}\033[0m"
echo
fi