mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
press enter moved
This commit is contained in:
parent
5d5159c75a
commit
436dfc7b40
2 changed files with 6 additions and 2 deletions
|
@ -449,8 +449,6 @@ case $CHOICE in
|
||||||
;;
|
;;
|
||||||
CASHOUT)
|
CASHOUT)
|
||||||
./BBcashoutWallet.sh
|
./BBcashoutWallet.sh
|
||||||
echo "Press ENTER to return to main menu."
|
|
||||||
read key
|
|
||||||
./00mainMenu.sh
|
./00mainMenu.sh
|
||||||
;;
|
;;
|
||||||
CHANNEL)
|
CHANNEL)
|
||||||
|
|
|
@ -22,6 +22,8 @@ if [ ${#openChannels} -eq 0 ]; then
|
||||||
echo "Still starting up, is locked or is not running?"
|
echo "Still starting up, is locked or is not running?"
|
||||||
echo "Try later, try reboot or check ./XXdebugLogs.sh"
|
echo "Try later, try reboot or check ./XXdebugLogs.sh"
|
||||||
echo "************************************************"
|
echo "************************************************"
|
||||||
|
echo "Press ENTER to return to main menu."
|
||||||
|
read key
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -57,6 +59,8 @@ address=$(cat $_temp | xargs)
|
||||||
shred $_temp
|
shred $_temp
|
||||||
if [ ${#address} -eq 0 ]; then
|
if [ ${#address} -eq 0 ]; then
|
||||||
echo "FAIL - not a valid address (${address})"
|
echo "FAIL - not a valid address (${address})"
|
||||||
|
echo "Press ENTER to return to main menu."
|
||||||
|
read key
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -83,3 +87,5 @@ else
|
||||||
echo "********************************************************************"
|
echo "********************************************************************"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
echo "Press ENTER to return to main menu."
|
||||||
|
read key
|
Loading…
Add table
Reference in a new issue