close info

This commit is contained in:
Christian Rotzoll
2019-04-28 17:01:10 +02:00
parent 370da30e75
commit a95f6b4f80

View File

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