press enter moved

This commit is contained in:
Christian Rotzoll 2019-04-15 23:53:29 +01:00
parent 5d5159c75a
commit 436dfc7b40
2 changed files with 6 additions and 2 deletions

View file

@ -449,8 +449,6 @@ case $CHOICE in
;;
CASHOUT)
./BBcashoutWallet.sh
echo "Press ENTER to return to main menu."
read key
./00mainMenu.sh
;;
CHANNEL)

View file

@ -22,6 +22,8 @@ if [ ${#openChannels} -eq 0 ]; then
echo "Still starting up, is locked or is not running?"
echo "Try later, try reboot or check ./XXdebugLogs.sh"
echo "************************************************"
echo "Press ENTER to return to main menu."
read key
exit 1
fi
@ -57,6 +59,8 @@ address=$(cat $_temp | xargs)
shred $_temp
if [ ${#address} -eq 0 ]; then
echo "FAIL - not a valid address (${address})"
echo "Press ENTER to return to main menu."
read key
exit 1
fi
@ -83,3 +87,5 @@ else
echo "********************************************************************"
fi
echo ""
echo "Press ENTER to return to main menu."
read key