info on how to get back to main menu

This commit is contained in:
Christian Rotzoll 2019-04-28 16:59:27 +02:00
parent 8c4ad2b29e
commit 370da30e75

View file

@ -83,6 +83,8 @@ CHOICE=$(dialog --clear \
#clear
case $CHOICE in
CLOSE)
echo "LND commandline options: lncli -h"
echo "To get back to main menu use command: raspiblitz"
exit 1;
;;
INFO)