arc: shorten headline

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-02-20 22:57:53 +01:00
parent 98244a7469
commit 2154050a92

View File

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