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