move wait into script

This commit is contained in:
rootzoll 2020-02-17 20:50:06 +01:00
parent 157442063e
commit 0fe02b69ce
3 changed files with 5 additions and 5 deletions

View File

@ -173,13 +173,9 @@ case $CHOICE in
;;
SEND)
/home/admin/BBpayInvoice.sh
echo "Press ENTER to return to main menu."
read key
;;
RECEIVE)
/home/admin/BBcreateInvoice.sh
echo "Press ENTER to return to main menu."
read key
;;
SERVICES)
/home/admin/00settingsMenuServices.sh

View File

@ -121,4 +121,6 @@ else
/home/admin/config.scripts/blitz.lcd.sh hide
fi
fi
echo "Press ENTER to return to main menu."
read key

View File

@ -102,3 +102,5 @@ else
echo "It worked :) - check out the service you were paying."
fi
echo ""
echo "Press ENTER to return to main menu."
read key