mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
more RTL unlock options
This commit is contained in:
parent
fc976f6f67
commit
026ec4aaac
@ -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…
Reference in New Issue
Block a user