mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
Compare commits
7 Commits
4872-proxm
...
v1.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebfb13b55d | ||
|
|
21d2593b90 | ||
|
|
78add985fc | ||
|
|
20273c286d | ||
|
|
3b5b623885 | ||
|
|
53419f8874 | ||
|
|
f34464518e |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user