mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-04 01:48:23 +02:00
fix section insert
This commit is contained in:
parent
a26e9d48c3
commit
1ababb979c
@ -73,7 +73,8 @@ if [ "$1" == "prestart" ]; then
|
||||
if [ "${sectionExists}" == "0" ]; then
|
||||
echo "# adding section [${network}d]"
|
||||
echo "
|
||||
[${network}d]" | sudo tee -a ${lndConfFile}
|
||||
[${network}d]
|
||||
" | sudo tee -a ${lndConfFile}
|
||||
fi
|
||||
|
||||
# get line number of [bitcoind] section
|
||||
@ -90,6 +91,7 @@ if [ "$1" == "prestart" ]; then
|
||||
if [ "${settingExists}" == "0" ]; then
|
||||
echo "# adding setting (${setting})"
|
||||
sudo sed -i "${insertLine}i${network}d\.${setting}=" ${lndConfFile}
|
||||
sudo sed -i "32ibitcoind\.zmqpubrawtx=" /mnt/hdd/lnd/lnd.conf
|
||||
fi
|
||||
echo "# updating setting (${setting}) with value(${value})"
|
||||
sudo sed -i "s/^${network}d\.${setting}=.*/${network}d\.${setting}=${value}/g" ${lndConfFile}
|
||||
|
Loading…
x
Reference in New Issue
Block a user