mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 08:28:20 +02:00
signal TOR on mainmenu
This commit is contained in:
parent
bc759d12b5
commit
c4a3416cef
@ -181,7 +181,11 @@ else
|
||||
|
||||
# MAIN MENU AFTER SETUP
|
||||
|
||||
BACKTITLE="${localip} / ${hostname} / ${network} / ${chain}"
|
||||
plus=""
|
||||
if [ "${runBehindTor}" = "on" ]; then
|
||||
plus="/ TOR"
|
||||
fi
|
||||
BACKTITLE="${localip} / ${hostname} / ${network} / ${chain} ${plus}"
|
||||
|
||||
locked=$(sudo tail -n 1 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log | grep -c unlock)
|
||||
if [ ${locked} -gt 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user