diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 873b7f290..2c267f75c 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -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