mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 14:19:20 +02:00
remove extra enter key press
This commit is contained in:
parent
a87c49f4fd
commit
6de7656f47
@ -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)
|
||||
|
@ -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 ""
|
Loading…
x
Reference in New Issue
Block a user