mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
add extra line when still locked
This commit is contained in:
parent
2b8decade5
commit
328d8b87e3
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ fi
|
|||
|
||||
ln_baseInfo="-"
|
||||
ln_channelInfo="\n"
|
||||
ln_external=""
|
||||
ln_external="\n"
|
||||
|
||||
wallet_unlocked=$(sudo tail -n 1 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log 2> /dev/null | grep -c unlock)
|
||||
if [ "$wallet_unlocked" -gt 0 ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue