Browse Source

more RTL unlock options

#146
rootzoll 6 years ago
parent
commit
026ec4aaac
  1. 10
      home.admin/00mainMenu.sh

10
home.admin/00mainMenu.sh

@ -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…
Cancel
Save