From 540ce10badc1b283404d470697b63c7078d826e2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 23 Jul 2020 15:52:05 +0200 Subject: [PATCH] give startup more time --- home.admin/80scanLND.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index 8699c6fc3..f95273532 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -50,7 +50,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == " if [ "$USER" != "admin" ]; then - if [ ${uptime} -gt 600 ]; then + if [ ${uptime} -gt 800 ]; then infoStr=" The ${network}d service is NOT RUNNING!\n\n Login for more details & options:" else if [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "blockchain-error" ]; then