mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 03:56:21 +02:00
format status
This commit is contained in:
@@ -27,7 +27,7 @@ port forwarding on router needs to be active & may change port"
|
||||
fi
|
||||
|
||||
text="${text}
|
||||
SHA1 Fingerprint: ${sslFingerprintIP}"
|
||||
SHA1: ${sslFingerprintIP}"
|
||||
|
||||
if [ "${runBehindTor}" = "on" ] && [ ${#toraddress} -gt 0 ]; then
|
||||
/home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}"
|
||||
@@ -43,14 +43,14 @@ SHA1 Fingerprint: ${sslFingerprintTOR}"
|
||||
elif [ ${#ip2torIP} -gt 0 ]; then
|
||||
text="${text}
|
||||
IP2TOR: https://${ip2torIP}:${ip2torPort}
|
||||
SHA1 Fingerprint: ${sslFingerprintTOR}
|
||||
SHA1: ${sslFingerprintTOR}
|
||||
go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain"
|
||||
elif [ ${#publicDomain} -eq 0 ]; then
|
||||
text="${text}
|
||||
text="${text}\n
|
||||
consider adding a MAINMENU > SUBSCRIBE > IP2TOR Bridge"
|
||||
fi
|
||||
|
||||
whiptail --title " LNbits " --msgbox "${text}" 14 67
|
||||
whiptail --title " LNbits " --msgbox "${text}" 14 68
|
||||
|
||||
/home/admin/config.scripts/blitz.lcd.sh hide
|
||||
echo "please wait ..."
|
||||
|
Reference in New Issue
Block a user