Browse Source

fix typo scan screen

master
Christian Rotzoll 6 years ago
parent
commit
7cb8ac1c66
  1. 2
      home.admin/80scanLND.sh

2
home.admin/80scanLND.sh

@ -71,7 +71,7 @@ if [ ${online} -eq 0 ]; then
infoStr=$(echo " Waiting INTERNET CONNECTION\n RaspiBlitz cannot ping 1.0.0.1\n Local IP is ${localip}\n Please check cables and router.")
elif [ ${isInitialChainSync} -gt 0 ]; then
heigh=7
infoStr=" Waiting for final Blockchain Sync\n Progress: ${progress} %\n Please wait - this can take some time.\n ssh admin@${localip}\n Password A"
infoStr=" Waiting for final Blockchain Sync\n Progress: ${progress} \n Please wait - this can take some time.\n ssh admin@${localip}\n Password A"
if [ "$USER" = "admin" ]; then
heigh=6
width=53

Loading…
Cancel
Save