mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-06-02 23:42:35 +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})"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user