Browse Source

UI Layout

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

2
home.admin/80scanLND.sh

@ -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"

Loading…
Cancel
Save