From ac792bedbaf545edc8f11bcd09fce910cc8b8706 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 26 Aug 2024 16:42:36 -0400 Subject: [PATCH] boot: fix typo Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index cb07eb346..632a6cb0c 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -63,7 +63,7 @@ echo -e "\033[1;37mDSM:\033[0m" echo -e "Model: \033[1;37m${MODELID:-${MODEL}}\033[0m" echo -e "Platform: \033[1;37m${PLATFORM}\033[0m" if [ -n "${NANOVER}" ]; then - echo -e "Version: \033[1;37m${PRODUCTVER}.${NANOVER}$(${BUILDNUM}([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m" + echo -e "Version: \033[1;37m${PRODUCTVER}.${NANOVER}(${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m" else echo -e "Version: \033[1;37m${PRODUCTVER}(${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m" fi