mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
fix typo
This commit is contained in:
parent
2a38054f4c
commit
335df1f3f0
@ -53,7 +53,7 @@ isWaitingBlockchain=$( sudo -u bitcoin tail -n 2 /mnt/hdd/lnd/logs/${network}/${
|
||||
if [ ${isWaitingBlockchain} -gt 0 ]; then
|
||||
isInitialChainSync=1
|
||||
fi
|
||||
fi [ ${online} -eq 0 ]; then
|
||||
if [ ${online} -eq 0 ]; then
|
||||
heigh=7
|
||||
width=44
|
||||
infoStr=$(echo " Waiting INTERNET CONNECTION\n RaspiBlitz cannot ping 1.1.1.1\n Local IP is ${localip}\n Please check cables and router.")
|
||||
|
Loading…
Reference in New Issue
Block a user