mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
text layout
This commit is contained in:
@@ -32,7 +32,7 @@ SHA1 ${sslFingerprintIP}"
|
|||||||
if [ "${runBehindTor}" = "on" ] && [ ${#toraddress} -gt 0 ]; then
|
if [ "${runBehindTor}" = "on" ] && [ ${#toraddress} -gt 0 ]; then
|
||||||
/home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}"
|
/home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}"
|
||||||
text="${text}\n
|
text="${text}\n
|
||||||
Hidden Service address for TOR Browser (QR see LCD):
|
TOR Browser Hidden Service address (QR see LCD):
|
||||||
${toraddress}"
|
${toraddress}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -47,7 +47,8 @@ SHA1 ${sslFingerprintTOR}
|
|||||||
go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain"
|
go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain"
|
||||||
elif [ ${#publicDomain} -eq 0 ]; then
|
elif [ ${#publicDomain} -eq 0 ]; then
|
||||||
text="${text}\n
|
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
|
fi
|
||||||
|
|
||||||
whiptail --title " LNbits " --msgbox "${text}" 14 69
|
whiptail --title " LNbits " --msgbox "${text}" 14 69
|
||||||
|
Reference in New Issue
Block a user