mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-06-02 15:32:36 +02:00
fix typo scan screen
This commit is contained in:
parent
5e47e0fb7f
commit
7cb8ac1c66
@ -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.")
|
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
|
elif [ ${isInitialChainSync} -gt 0 ]; then
|
||||||
heigh=7
|
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
|
if [ "$USER" = "admin" ]; then
|
||||||
heigh=6
|
heigh=6
|
||||||
width=53
|
width=53
|
||||||
|
Loading…
Reference in New Issue
Block a user