This commit is contained in:
Christian Rotzoll
2019-04-16 19:02:10 +01:00
parent 6e34ef7f1c
commit 7873a84b3a
2 changed files with 3 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ CHOICE=$(dialog --clear \
"${OPTIONS[@]}" \
2>&1 >/dev/tty)
clear
#clear
case $CHOICE in
CLOSE)
exit 1;

View File

@@ -262,9 +262,6 @@ 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
@@ -314,14 +311,12 @@ elif [ ${setupStep} -lt 100 ]; then
else
# when all is setup - forward to main menu
waitUntilChainNetworkIsReady
/home/admin/00mainMenu.sh
exit 0
fi
echo "A"
read key
fi
CHOICE=$(dialog --clear \
--backtitle "$BACKTITLE" \