homer fix missing local IP in menu (#3448)

This commit is contained in:
ChuckNorrison 2022-11-16 16:54:52 +01:00 committed by rootzoll
parent 6e426871a9
commit c71bdc2f77

View File

@ -34,7 +34,7 @@ if [ "$1" = "menu" ]; then
# TOR # TOR
/home/admin/config.scripts/blitz.display.sh qr "${toraddress}" /home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert: whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert:
https://${localip}:4091\n https://${localIP}:4091\n
SHA1 Thumb/Fingerprint: SHA1 Thumb/Fingerprint:
${fingerprint}\n ${fingerprint}\n
Hidden Service address for TOR Browser (QR see LCD): Hidden Service address for TOR Browser (QR see LCD):
@ -46,7 +46,7 @@ ${additionalInfo}
# IP + Domain # IP + Domain
whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert: whiptail --title " Homer " --msgbox "Open in your local web browser & accept self-signed cert:
https://${localip}:4091\n https://${localIP}:4091\n
SHA1 Thumb/Fingerprint: SHA1 Thumb/Fingerprint:
${fingerprint}\n ${fingerprint}\n
Activate TOR to access the web block explorer from outside your local network.\n Activate TOR to access the web block explorer from outside your local network.\n