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