mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
parent
4c0e0d1b2d
commit
4f1da190bf
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ if [ "${lightning}" == "cl" ]; then
|
|||
if [ ${#address} -eq 0 ];then
|
||||
address=$(echo "${ln_getInfo}" | grep '"ipv4"' -A 1 | tail -1 | cut -d '"' -f4)
|
||||
fi
|
||||
ln_external="${pubkey}@${address}"
|
||||
ln_external="${pubkey}@${address}:${ln_port}"
|
||||
ln_tor=$(echo "${ln_external}" | grep -c ".onion")
|
||||
if [ ${ln_tor} -eq 1 ]; then
|
||||
ln_publicColor="${color_green}"
|
||||
|
|
Loading…
Add table
Reference in a new issue