mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 18:37:41 +01:00
Update 00infoLCD.sh
This commit is contained in:
@@ -137,7 +137,7 @@ while :
|
|||||||
if [ ${#clienterror} -gt 0 ]; then
|
if [ ${#clienterror} -gt 0 ]; then
|
||||||
l1="Waiting for ${network}d to get ready.\n"
|
l1="Waiting for ${network}d to get ready.\n"
|
||||||
l2="---> Starting Up\n"
|
l2="---> Starting Up\n"
|
||||||
l3="Can take longer if devcie was off."
|
l3="Can take longer if device was off."
|
||||||
isVerifying=$(echo "${clienterror}" | grep -c 'Verifying blocks')
|
isVerifying=$(echo "${clienterror}" | grep -c 'Verifying blocks')
|
||||||
if [ ${isVerifying} -gt 0 ]; then
|
if [ ${isVerifying} -gt 0 ]; then
|
||||||
l2="---> Verifying Blocks\n"
|
l2="---> Verifying Blocks\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user