mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
fixed text
This commit is contained in:
parent
fd00af2d34
commit
c91517faca
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ else
|
|||
ln_sync=$(echo "${ln_getInfo}" | grep "synced_to_chain" | grep "true" -c)
|
||||
if [ ${ln_sync} -eq 0 ]; then
|
||||
if [ ${#ln_getInfo} -eq 0 ]; then
|
||||
ln_baseInfo="${color_red} Not started or ready"
|
||||
ln_baseInfo="${color_red} Not Started | No Ready Yet"
|
||||
ln_channelInfo="\n"
|
||||
else
|
||||
item=$(sudo -u bitcoin tail -n 100 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log | grep "(height" | tail -n1 | awk '{print $10} {print $11} {print $12}' | tr -dc '0-9')
|
||||
|
|
Loading…
Add table
Reference in a new issue