Skip to content

Commit

Permalink
homer fix missing local IP in menu (raspiblitz#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckNorrison authored and rootzoll committed Nov 16, 2022
1 parent 6e42687 commit c71bdc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.admin/config.scripts/bonus.homer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$1" = "menu" ]; then
# TOR
/home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
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:
${fingerprint}\n
Hidden Service address for TOR Browser (QR see LCD):
Expand All @@ -46,7 +46,7 @@ ${additionalInfo}

# IP + Domain
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:
${fingerprint}\n
Activate TOR to access the web block explorer from outside your local network.\n
Expand Down

0 comments on commit c71bdc2

Please sign in to comment.