mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 04:52:30 +02:00
move wait into script
This commit is contained in:
parent
157442063e
commit
0fe02b69ce
@ -173,13 +173,9 @@ case $CHOICE in
|
|||||||
;;
|
;;
|
||||||
SEND)
|
SEND)
|
||||||
/home/admin/BBpayInvoice.sh
|
/home/admin/BBpayInvoice.sh
|
||||||
echo "Press ENTER to return to main menu."
|
|
||||||
read key
|
|
||||||
;;
|
;;
|
||||||
RECEIVE)
|
RECEIVE)
|
||||||
/home/admin/BBcreateInvoice.sh
|
/home/admin/BBcreateInvoice.sh
|
||||||
echo "Press ENTER to return to main menu."
|
|
||||||
read key
|
|
||||||
;;
|
;;
|
||||||
SERVICES)
|
SERVICES)
|
||||||
/home/admin/00settingsMenuServices.sh
|
/home/admin/00settingsMenuServices.sh
|
||||||
|
@ -122,3 +122,5 @@ else
|
|||||||
/home/admin/config.scripts/blitz.lcd.sh hide
|
/home/admin/config.scripts/blitz.lcd.sh hide
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
echo "Press ENTER to return to main menu."
|
||||||
|
read key
|
@ -102,3 +102,5 @@ else
|
|||||||
echo "It worked :) - check out the service you were paying."
|
echo "It worked :) - check out the service you were paying."
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
echo "Press ENTER to return to main menu."
|
||||||
|
read key
|
||||||
|
Loading…
Reference in New Issue
Block a user