electrs fix missing local IP in CONNECT view (#3438)

the local ip was not displayed correctly in ELECTRS->CONNECT menu
This commit is contained in:
ChuckNorrison 2022-11-14 18:41:49 +01:00 committed by rootzoll
parent d9829c3348
commit 5c1da4f19c

View File

@ -208,11 +208,11 @@ Check 'sudo nginx -t' for a detailed error message.
echo
echo "On Network Settings > Server menu:"
echo "- deactivate automatic server selection"
echo "- as manual server set '${localip}' & '${portSSL}'"
echo "- as manual server set '${localIP}' & '${portSSL}'"
echo "- laptop and RaspiBlitz need to be within same local network"
echo
echo "To start directly from laptop terminal use:"
echo "electrum --oneserver --server ${localip}:${portSSL}:s"
echo "electrum --oneserver --server ${localIP}:${portSSL}:s"
if [ ${TorRunning} -eq 1 ]; then
echo
echo "The Tor Hidden Service address for electrs is (see LCD for QR code):"