mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
add Option to mainmenu
This commit is contained in:
parent
5efe7f6652
commit
de28b679ac
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,8 @@ else
|
|||
else
|
||||
|
||||
# REGULAR MENU
|
||||
OPTIONS+=(INFO "Show RaspiBlitz Status Screen")
|
||||
OPTIONS+=(INFO "Show RaspiBlitz Status Screen" \
|
||||
ADD "Add lnbalance and lnchannels command")
|
||||
|
||||
fi
|
||||
|
||||
|
@ -84,6 +85,9 @@ case $CHOICE in
|
|||
read key
|
||||
./00mainMenu.sh;
|
||||
;;
|
||||
ADD) # add scripts
|
||||
./67addAdditionalScripts.sh
|
||||
;;
|
||||
X) # unlock
|
||||
./AAunlockLND.sh
|
||||
./00mainMenu.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue