mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
more RTL unlock options
This commit is contained in:
parent
fc976f6f67
commit
026ec4aaac
1 changed files with 7 additions and 3 deletions
|
@ -175,9 +175,10 @@ else
|
|||
|
||||
if [ "${rtlWebinterface}" = "on" ]; then
|
||||
# WEBINTERFACE INFO LOCK SCREEN
|
||||
TITLE="Webinterface: http://${localip}:3000"
|
||||
MENU="IMPORTANT: Please unlock thru the RTL Webinterface."
|
||||
OPTIONS+=(U "ONLY BACKUP Unlock with 'lncli unlock'")
|
||||
TITLE="SSH UNLOCK"
|
||||
MENU="IMPORTANT: Please unlock thru the RTL Webinterface.\nWebinterface --> http://${localip}:3000\nThen cancel/close terminal and ssh back in again."
|
||||
OPTIONS+=(R "TRY AGAIN - check again if unlocked" \
|
||||
U "FALLBACK -> Unlock with 'lncli unlock'")
|
||||
else
|
||||
# NORMAL LOCK SCREEN
|
||||
MENU="!!! YOUR WALLET IS LOCKED !!!"
|
||||
|
@ -380,6 +381,9 @@ case $CHOICE in
|
|||
lncli -h
|
||||
echo "SUCH WOW come back with ./00mainMenu.sh"
|
||||
;;
|
||||
R)
|
||||
./00mainMenu.sh
|
||||
;;
|
||||
U) # unlock
|
||||
./AAunlockLND.sh
|
||||
./00mainMenu.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue