mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix lnd conf value
This commit is contained in:
parent
fc399cff81
commit
ad9f9447e2
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ if [ "$1" == "prestart" ]; then
|
|||
sudo sed -i "${insertLine}i${network}d.zmqpubrawtx=" ${lndConfFile}
|
||||
fi
|
||||
echo "# updating setting (${setting}) with value(${value})"
|
||||
sudo sed -i "s/^${network}d\.zmqpubrawtx=.*/${network}d\.zmqpubrawtx=\'${value}\'/g" ${lndConfFile}
|
||||
sudo sed -i "s/^${network}d\.zmqpubrawtx=.*/${network}d\.zmqpubrawtx=${value}/g" ${lndConfFile}
|
||||
|
||||
# remove RPC user & pass from lnd.conf ... since v1.7
|
||||
# https://github.com/rootzoll/raspiblitz/issues/2160
|
||||
|
|
Loading…
Add table
Reference in a new issue