From 2154050a921c63db99d734eaa4cf9c2bb0a0142d Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 20 Feb 2024 22:57:53 +0100 Subject: [PATCH] arc: shorten 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 6f30753b..e3509805 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="(Model)" fi if [ ! -n "${PRODUCTVER}" ]; then - PRODUCTVER="(no Version)" + PRODUCTVER="(Version)" fi if [ ! -n "${IPCON}" ]; then - IPCON="(no IP)" + IPCON="(IP)" fi BACKTITLE="${ARC_TITLE} | " BACKTITLE+="${MODEL} | "