From 6e34ef7f1c601729e9722d28b28c0d0cef10ac0c Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 16 Apr 2019 19:00:12 +0100 Subject: [PATCH] debug --- home.admin/00raspiblitz.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index 99847b8..a273c31 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -262,6 +262,9 @@ To run a BACKUP of funds & channels first is recommended. done } +echo "B" +read key + if [ ${#setupStep} -eq 0 ]; then echo "WARN: no setup step found in raspiblitz.info" setupStep=0 @@ -310,10 +313,16 @@ elif [ ${setupStep} -lt 100 ]; then HEIGHT=10 else + + waitUntilChainNetworkIsReady + /home/admin/00mainMenu.sh exit 0 fi +echo "A" +read key + CHOICE=$(dialog --clear \ --backtitle "$BACKTITLE" \ --title "$TITLE" \