mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-06-03 11:42:18 +02:00
add Option to mainmenu
This commit is contained in:
parent
5efe7f6652
commit
de28b679ac
@ -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…
x
Reference in New Issue
Block a user