mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-06 18:12:14 +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
|
fi
|
||||||
|
|
||||||
text="${text}
|
text="${text}
|
||||||
SHA1 Fingerprint: ${sslFingerprintIP}"
|
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}"
|
||||||
@@ -43,14 +43,14 @@ SHA1 Fingerprint: ${sslFingerprintTOR}"
|
|||||||
elif [ ${#ip2torIP} -gt 0 ]; then
|
elif [ ${#ip2torIP} -gt 0 ]; then
|
||||||
text="${text}
|
text="${text}
|
||||||
IP2TOR: https://${ip2torIP}:${ip2torPort}
|
IP2TOR: https://${ip2torIP}:${ip2torPort}
|
||||||
SHA1 Fingerprint: ${sslFingerprintTOR}
|
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}
|
text="${text}\n
|
||||||
consider adding a MAINMENU > SUBSCRIBE > IP2TOR Bridge"
|
consider adding a MAINMENU > SUBSCRIBE > IP2TOR Bridge"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
whiptail --title " LNbits " --msgbox "${text}" 14 67
|
whiptail --title " LNbits " --msgbox "${text}" 14 68
|
||||||
|
|
||||||
/home/admin/config.scripts/blitz.lcd.sh hide
|
/home/admin/config.scripts/blitz.lcd.sh hide
|
||||||
echo "please wait ..."
|
echo "please wait ..."
|
||||||
|
Reference in New Issue
Block a user