Skip to content

Commit 5f9a68d

Browse files
committed
fix script
1 parent eeb710a commit 5f9a68d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

images/lndbtc/lnd.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ autopilot.active=false
2222
tor.active=1
2323
tor.socks=9050
2424
tor.streamisolation=1
25-
26-

images/lndltc/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SCRIPT_PATH=$(dirname "$0")
77
cd "$SCRIPT_PATH" || exit 1
88

99
LND_DIR="/root/.lnd"
10-
LND_CONF="$LND_CONF/lnd.conf"
10+
LND_CONF="$LND_DIR/lnd.conf"
1111
mkdir -p $LND_DIR
1212

1313
if [[ ! -e "$LND_CONF" ]]; then

images/lndltc/lnd.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ autopilot.active=false
2222
tor.active=1
2323
tor.socks=9050
2424
tor.streamisolation=1
25-
26-
[routing]
27-
routing.assumechanvalid=1

0 commit comments

Comments
 (0)