mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-06-05 04:32:10 +02:00
add Option to mainmenu
This commit is contained in:
parent
5efe7f6652
commit
de28b679ac
@ -55,7 +55,8 @@ else
|
|||||||
else
|
else
|
||||||
|
|
||||||
# REGULAR MENU
|
# REGULAR MENU
|
||||||
OPTIONS+=(INFO "Show RaspiBlitz Status Screen")
|
OPTIONS+=(INFO "Show RaspiBlitz Status Screen" \
|
||||||
|
ADD "Add lnbalance and lnchannels command")
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -84,6 +85,9 @@ case $CHOICE in
|
|||||||
read key
|
read key
|
||||||
./00mainMenu.sh;
|
./00mainMenu.sh;
|
||||||
;;
|
;;
|
||||||
|
ADD) # add scripts
|
||||||
|
./67addAdditionalScripts.sh
|
||||||
|
;;
|
||||||
X) # unlock
|
X) # unlock
|
||||||
./AAunlockLND.sh
|
./AAunlockLND.sh
|
||||||
./00mainMenu.sh
|
./00mainMenu.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user