mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
fix indentation of lnd.conf
This commit is contained in:
parent
ff7275faf8
commit
45744386d7
1 changed files with 3 additions and 3 deletions
|
@ -315,8 +315,8 @@ if [ "$1" == "prestart" ]; then
|
||||||
if [ "${sectionExists}" == "0" ]; then
|
if [ "${sectionExists}" == "0" ]; then
|
||||||
echo "# adding section [${sectionName}]"
|
echo "# adding section [${sectionName}]"
|
||||||
echo "
|
echo "
|
||||||
[${sectionName}]
|
[${sectionName}]
|
||||||
" | tee -a ${lndConfFile}
|
" | tee -a ${lndConfFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# get line number of [rpcmiddleware] section
|
# get line number of [rpcmiddleware] section
|
||||||
|
@ -329,7 +329,7 @@ if [ "$1" == "prestart" ]; then
|
||||||
if [ ${fileLines} -lt ${insertLine} ]; then
|
if [ ${fileLines} -lt ${insertLine} ]; then
|
||||||
echo "# adding new line for inserts"
|
echo "# adding new line for inserts"
|
||||||
echo "
|
echo "
|
||||||
" | tee -a ${lndConfFile}
|
" | tee -a ${lndConfFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# SET/UPDATE rpcmiddleware.enable
|
# SET/UPDATE rpcmiddleware.enable
|
||||||
|
|
Loading…
Add table
Reference in a new issue