mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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
|
#clear
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
CLOSE)
|
CLOSE)
|
||||||
|
echo "LND commandline options: lncli -h"
|
||||||
|
echo "To get back to main menu use command: raspiblitz"
|
||||||
exit 1;
|
exit 1;
|
||||||
;;
|
;;
|
||||||
INFO)
|
INFO)
|
||||||
|
|
Loading…
Add table
Reference in a new issue