arc: fix headline

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-02-17 13:37:29 +01:00
parent eb6594a3a1
commit 565a3d87ae

View File

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