From c91517facade002ea9496e4121b5f6ccae1519fa Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 22 Aug 2018 21:45:41 +0200 Subject: [PATCH] fixed text --- home.admin/00infoBlitz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index 2b80736..e74e24a 100755 --- a/home.admin/00infoBlitz.sh +++ b/home.admin/00infoBlitz.sh @@ -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')