From e874d633052f31dac41d92ccc834538829b96dd9 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 23 Apr 2019 15:12:15 +0200 Subject: [PATCH] longer time before error exit --- home.admin/80scanLND.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index ffd2711..410b510 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -20,7 +20,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then height=5 width=43 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:" if [ "$USER" == "admin" ]; then echo "" @@ -60,7 +60,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then height=5 width=43 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:" if [ "$USER" == "admin" ]; then echo ""