mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
UI Layout
This commit is contained in:
@@ -18,7 +18,7 @@ if [ ${#scanProgress} -lt 6 ]; then
|
||||
scanProgress=" ${scanProgress}"
|
||||
fi
|
||||
|
||||
infoStr=" Blockchain Progress : ${syncProgress}%\n Lightning Progress : ${scanProgress}%\n Please wait - this can take some time"
|
||||
infoStr=" Blockchain Progress : ${syncProgress} %\n Lightning Progress : ${scanProgress} %\n Please wait - this can take some time"
|
||||
adminStr="ssh admin@${localIP} ->Password A"
|
||||
if [ "$USER" == "admin" ]; then
|
||||
adminStr="Use CTRL+c to EXIT to Terminal"
|
||||
|
Reference in New Issue
Block a user