File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
echo " [entrypoint] Enabling $MODE mode"
18
18
if [[ $MODE == " light" || $MODE == " neutrino" ]]; then
19
19
sed -i " s/bitcoin.node.*/bitcoin.node=neutrino/g" " $LND_CONF "
20
- sed -i ' /[ routing] /,$d' " $LND_CONF "
20
+ sed -i ' /routing/,$d' " $LND_CONF "
21
21
if [[ $NETWORK == " testnet" ]]; then
22
22
cat << EOF >> "$LND_CONF "
23
23
[routing]
Original file line number Diff line number Diff line change 17
17
echo " [entrypoint] Enabling $MODE mode"
18
18
if [[ $MODE == " light" || $MODE == " neutrino" ]]; then
19
19
sed -i " s/litecoin.node.*/litecoin.node=neutrino/g" " $LND_CONF "
20
- sed -i ' /[ routing] /,$d' " $LND_CONF "
20
+ sed -i ' /routing/,$d' " $LND_CONF "
21
21
if [[ $NETWORK == " testnet" ]]; then
22
22
cat << EOF >> "$LND_CONF "
23
23
[routing]
You can’t perform that action at this time.
0 commit comments