From 7e6bac40ee58c6f5d30bd4dfd687db97c31bcfc8 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 24 Aug 2018 00:17:15 +0200 Subject: [PATCH] better info on scan --- home.admin/80scanLND.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index db4904609..854d21283 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -26,7 +26,9 @@ if [ ${percent} -eq 100 ]; then fi infoStr=$(echo " Lightning Rescanning Blockchain ${percent}%\nplease wait - this can take some time\nssh admin@${localip}\nPassword A") +heigh=4 if [ "$USER" = "admin" ]; then + heigh=6 infoStr=$(echo " Lightning Rescanning Blockchain ${percent}%\nplease wait - this can take some time\nIts OK to close terminal and ssh back in later.") fi @@ -38,4 +40,4 @@ fi # display progress to user sleep 1 -dialog --title "${name}" --backtitle "RaspiBlitz (${localip} / ${network} / ${chain})" --infobox "${infoStr}" 4 42 \ No newline at end of file +dialog --title "${name}" --backtitle "RaspiBlitz (${localip} / ${network} / ${chain})" --infobox "${infoStr}" ${heigh} 42 \ No newline at end of file