dynamic lighting add in backtitle

This commit is contained in:
rootzoll
2021-08-30 20:59:52 +02:00
parent 57592bf9ca
commit 3e67cd3224

View File

@@ -59,9 +59,12 @@ if [ "${runBehindTor}" = "on" ]; then
plus=" / Tor"
fi
if [ ${#dynDomain} -gt 0 ]; then
plus="${plus} / ${dynDomain}"
plus="/ ${dynDomain} ${plus}"
fi
BACKTITLE="${localip} / ${hostname} / ${network} / ${lightning}${plus}"
if [ ${#lightning} -gt 0 ]; then
plus="/ ${lightning} ${plus}"
fi
BACKTITLE="${localip} / ${hostname} / ${network} ${plus}"
# Put Activated Apps on top
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then