mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
longer time before error exit
This commit is contained in:
@@ -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 ""
|
||||||
|
Reference in New Issue
Block a user