mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
text layout
This commit is contained in:
parent
6bca47a10d
commit
ec36d3da92
1 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@ SHA1 ${sslFingerprintIP}"
|
|||
if [ "${runBehindTor}" = "on" ] && [ ${#toraddress} -gt 0 ]; then
|
||||
/home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}"
|
||||
text="${text}\n
|
||||
Hidden Service address for TOR Browser (QR see LCD):
|
||||
TOR Browser Hidden Service address (QR see LCD):
|
||||
${toraddress}"
|
||||
fi
|
||||
|
||||
|
@ -47,7 +47,8 @@ SHA1 ${sslFingerprintTOR}
|
|||
go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain"
|
||||
elif [ ${#publicDomain} -eq 0 ]; then
|
||||
text="${text}\n
|
||||
consider adding a IP2TOR Bridge (MAINMENU > SUBSCRIBE)"
|
||||
To enable easy reachablity with normal brower from the outside
|
||||
consider adding a IP2TOR Bridge (MAINMENU > SUBSCRIBE)."
|
||||
fi
|
||||
|
||||
whiptail --title " LNbits " --msgbox "${text}" 14 69
|
||||
|
|
Loading…
Add table
Reference in a new issue