mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
Formatting
This commit is contained in:
@@ -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:"
|
||||||
@@ -45,9 +45,9 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then
|
|||||||
if [ ${#bitcoinErrorShort} -eq 0 ]; then
|
if [ ${#bitcoinErrorShort} -eq 0 ]; then
|
||||||
bitcoinErrorShort="Initial Startup"
|
bitcoinErrorShort="Initial Startup"
|
||||||
fi
|
fi
|
||||||
infoStr=" The ${network}d service is starting.\n${bitcoinErrorShort}\n Login for more details:"
|
infoStr=" The ${network}d service is starting.\n ${bitcoinErrorShort}\n Login for more details:"
|
||||||
if [ "$USER" == "admin" ]; then
|
if [ "$USER" == "admin" ]; then
|
||||||
infoStr=" The ${network}d service is starting.\n${bitcoinErrorShort}\nPlease wait up to 5min ..."
|
infoStr=" The ${network}d service is starting.\n ${bitcoinErrorShort}\nPlease wait up to 5min ..."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -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
|
||||||
|
Reference in New Issue
Block a user