mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
fix section input
This commit is contained in:
parent
ad9f9447e2
commit
6ad3f2e923
@ -72,7 +72,8 @@ if [ "$1" == "prestart" ]; then
|
||||
echo "# sectionExists(${sectionExists})"
|
||||
if [ "${sectionExists}" == "0" ]; then
|
||||
echo "# adding section [${network}d]"
|
||||
echo "\n[${network}d]" | sudo tee -a ${lndConfFile}
|
||||
echo "
|
||||
[${network}d]" | sudo tee -a ${lndConfFile}
|
||||
fi
|
||||
|
||||
# get line number of [bitcoind] section
|
||||
|
Loading…
x
Reference in New Issue
Block a user