diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index e0ead6fb6..c4f40700d 100755 --- a/home.admin/00infoLCD.sh +++ b/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" diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index f62179715..afab0c31d 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/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