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" plus=" / Tor"
fi fi
if [ ${#dynDomain} -gt 0 ]; then if [ ${#dynDomain} -gt 0 ]; then
plus="${plus} / ${dynDomain}" plus="/ ${dynDomain} ${plus}"
fi 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 # Put Activated Apps on top
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then