From 92534f85145fb691951073caa92b5fa92d849a0d Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 25 Apr 2019 03:34:54 +0200 Subject: [PATCH] additional info --- home.admin/00raspiblitz.sh | 4 +++- home.admin/80scanLND.sh | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index 62c5003..15a7b0c 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -244,10 +244,12 @@ To run a BACKUP of funds & channels first is recommended. if [ ${startcountLightning} -lt 3 ]; then /home/admin/AAunlockLND.sh echo "Starting up Wallet ... (10sec)" - sleep 10 + sleep 5 + sleep 5 echo "please wait ... update to next screen can be slow" else /home/admin/80scanLND.sh lightning-error + echo "(exit after too much restarts/unlocks)" exit 0 fi fi diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index 69aa2be..7539584 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -122,9 +122,9 @@ elif [ ${walletLocked} -gt 0 ]; then fi if [ ${startcountLightning} -gt 1 ]; then width=45 - height=$((height+2)) + height=$((height+3)) infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}" - adminStr="${adminStr}\n or choose 'INFO' in main menu" + adminStr="${adminStr}\n or choose 'INFO' in main menu\n or type 'raspiblitz' on terminal" fi fi