Browse Source

longer time before error exit

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

4
home.admin/80scanLND.sh

@ -20,7 +20,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then
height=5 height=5
width=43 width=43
title="Blockchain Info" title="Blockchain Info"
if [ ${uptime} -gt 300 ]; then if [ ${uptime} -gt 600 ]; 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:"
if [ "$USER" == "admin" ]; then if [ "$USER" == "admin" ]; then
echo "" echo ""
@ -60,7 +60,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then
height=5 height=5
width=43 width=43
title="Lightning Info" title="Lightning Info"
if [ ${uptime} -gt 300 ]; then if [ ${uptime} -gt 600 ]; 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:"
if [ "$USER" == "admin" ]; then if [ "$USER" == "admin" ]; then
echo "" echo ""

Loading…
Cancel
Save