mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
new RTL auth
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user