mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
info on how to get back to main menu
This commit is contained in:
parent
8c4ad2b29e
commit
370da30e75
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue