remove extra enter key press

This commit is contained in:
rootzoll 2020-01-25 19:54:01 +01:00
parent a87c49f4fd
commit 6de7656f47
2 changed files with 0 additions and 9 deletions

View File

@ -163,16 +163,8 @@ case $CHOICE in
read key
./00mainMenu.sh
;;
SWITCH)
sudo ./95switchMainTest.sh
echo "Press ENTER to return to main menu."
read key
./00mainMenu.sh
;;
MOBILE)
./97addMobileWallet.sh
echo "Press ENTER to return to main menu."
read key
./00mainMenu.sh
;;
EXPORT)

View File

@ -229,6 +229,5 @@ if [ $(echo "${host}" | grep -c '192.168') -gt 0 ]; then
echo "- Check that your WIFI devices can talk to the LAN devices on your router (deactivate IP isolation or guest mode)."
fi
echo "- try to refresh the TLS & macaroons: Main Menu 'EXPORT > 'RESET'"
echo "- check issues: https://github.com/LN-Zap/lndconnect/issues"
echo "- check issues: https://github.com/rootzoll/raspiblitz/issues"
echo ""