Browse Source

Formatting

master
Christian Rotzoll 6 years ago
parent
commit
380d9f5ef5
  1. 6
      home.admin/80scanLND.sh

6
home.admin/80scanLND.sh

@ -18,7 +18,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then
#################### ####################
height=5 height=5
width=42 width=43
title="Blockchain Info" title="Blockchain Info"
if [ ${uptime} -gt 300 ]; then if [ ${uptime} -gt 300 ]; then
infoStr=" The ${network}d service is not running.\n Login for more details:" infoStr=" The ${network}d service is not running.\n Login for more details:"
@ -58,7 +58,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then
#################### ####################
height=5 height=5
width=42 width=43
title="Lightning Info" title="Lightning Info"
if [ ${uptime} -gt 300 ]; then if [ ${uptime} -gt 300 ]; then
infoStr=" The LND service is not running.\n Login for more details:" infoStr=" The LND service is not running.\n Login for more details:"
@ -95,7 +95,7 @@ else
# basic dialog info # basic dialog info
height=6 height=6
width=42 width=43
title="Node is Syncing (${scriptRuntime})" title="Node is Syncing (${scriptRuntime})"
# formatting progress values # formatting progress values

Loading…
Cancel
Save