mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
fixed text
This commit is contained in:
@@ -172,7 +172,7 @@ else
|
|||||||
ln_sync=$(echo "${ln_getInfo}" | grep "synced_to_chain" | grep "true" -c)
|
ln_sync=$(echo "${ln_getInfo}" | grep "synced_to_chain" | grep "true" -c)
|
||||||
if [ ${ln_sync} -eq 0 ]; then
|
if [ ${ln_sync} -eq 0 ]; then
|
||||||
if [ ${#ln_getInfo} -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"
|
ln_channelInfo="\n"
|
||||||
else
|
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')
|
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')
|
||||||
|
Reference in New Issue
Block a user