From 565a3d87aefe050fcdc5dbb17d597f04e7edc038 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 17 Feb 2024 13:37:29 +0100 Subject: [PATCH] arc: fix headline Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index aefa3744..5f8bb43f 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -74,13 +74,13 @@ function backtitle() { ARC_TITLE="${ARC_TITLE} -> Update: ${NEWTAG}" fi if [ ! -n "${MODEL}" ]; then - MODEL=" (no Model)" + MODEL="(no Model)" fi if [ ! -n "${PRODUCTVER}" ]; then - IPCON=" (no Version)" + PRODUCTVER="(no Version)" fi if [ ! -n "${IPCON}" ]; then - IPCON=" (no IP)" + IPCON="(no IP)" fi BACKTITLE="${ARC_TITLE} | " BACKTITLE+="${MODEL} | "