Browse Source

new RTL auth

dev
rootzoll 6 years ago
parent
commit
d07a9953aa
  1. 8
      home.admin/00infoLCD.sh
  2. 4
      home.admin/00settingsMenuServices.sh

8
home.admin/00infoLCD.sh

@ -177,10 +177,10 @@ while :
l1="!!! LND WALLET IS LOCKED !!!\n"
l2="Login: ssh admin@${localip}\n"
l3="Use your Password A\n"
if [ "${rtlWebinterface}" = "on" ]; then
l2="Open: http://${localip}:3000\n"
l3="Use Password C to unlock\n"
fi
#if [ "${rtlWebinterface}" = "on" ]; then
# l2="Open: http://${localip}:3000\n"
# l3="Use Password C to unlock\n"
#fi
if [ "${autoUnlock}" = "on" ]; then
l2="ssh admin@${localip}\n"
l3="Waiting for AUTO-UNLOCK"

4
home.admin/00settingsMenuServices.sh

@ -168,9 +168,9 @@ if [ "${rtlWebinterface}" != "${choice}" ]; then
echo "RTL Webinterface Setting changed .."
sudo /home/admin/config.scripts/bonus.rtl.sh ${choice}
if [ "${choice}" = "on" ]; then
l1="RTL web servcie should be installed - AFTER NEXT REBOOT:"
l1="RTL web servcie will be ready AFTER NEXT REBOOT:"
l2="Try to open the following URL in your local webrowser"
l3="and unlock your wallet from there with PASSWORD C."
l3="and login with your PASSWORD B."
l4="---> http://${localip}:3000"
dialog --title 'OK' --msgbox "${l1}\n${l2}\n${l3}\n${l4}" 9 45
fi

Loading…
Cancel
Save