new RTL auth

This commit is contained in:
rootzoll 2019-01-14 22:51:56 +01:00
parent 3c9a4c4d39
commit d07a9953aa
2 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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