Browse Source

Update 00infoLCD.sh

#146
Sascha Affolter 6 years ago
committed by GitHub
parent
commit
0d570e6c07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      home.admin/00infoLCD.sh

2
home.admin/00infoLCD.sh

@ -137,7 +137,7 @@ while :
if [ ${#clienterror} -gt 0 ]; then
l1="Waiting for ${network}d to get ready.\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')
if [ ${isVerifying} -gt 0 ]; then
l2="---> Verifying Blocks\n"

Loading…
Cancel
Save