File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ echo "[entrypoint] Onion address for xud is $XUD_ADDRESS"
55
55
56
56
echo ' [entrypoint] Detecting localnet IP for lndbtc...'
57
57
LNDBTC_IP=$( getent hosts lndbtc || echo ' ' | awk ' { print $1 }' )
58
- echo " [entrypoint] $LNDBTC_IP lndbtc" >> /etc/hosts
58
+ echo " $LNDBTC_IP lndbtc" >> /etc/hosts
59
59
60
60
echo ' [entrypoint] Detecting localnet IP for lndltc...'
61
61
LNDLTC_IP=$( getent hosts lndltc || echo ' ' | awk ' { print $1 }' )
62
- echo " [entrypoint] $LNDLTC_IP lndltc" >> /etc/hosts
62
+ echo " $LNDLTC_IP lndltc" >> /etc/hosts
63
63
64
64
echo ' [entrypoint] Detecting localnet IP for connext...'
65
65
CONNEXT_IP=$( getent hosts connext || echo ' ' | awk ' { print $1 }' )
66
- echo " [entrypoint] $CONNEXT_IP connext" >> /etc/hosts
66
+ echo " $CONNEXT_IP connext" >> /etc/hosts
67
67
68
68
69
69
while [[ ! -e /root/.lndbtc/tls.cert ]]; do
You can’t perform that action at this time.
0 commit comments