mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
lnbits: cl fix for testnets #3007
This commit is contained in:
@@ -61,7 +61,7 @@ if [ $(grep -c "^feeadjuster" < ${CLCONF}) -gt 0 ];then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${LNBitsFunding}" = "cl" ]; then
|
if [ "${LNBitsFunding}" = "${netprefix}cl" ]; then
|
||||||
# https://github.com/rootzoll/raspiblitz/issues/3007
|
# https://github.com/rootzoll/raspiblitz/issues/3007
|
||||||
if [ $(grep -c "^rpc-file-mode=0660" < ${CLCONF}) -eq 0 ]; then
|
if [ $(grep -c "^rpc-file-mode=0660" < ${CLCONF}) -eq 0 ]; then
|
||||||
echo "rpc-file-mode=0660" | tee -a ${CLCONF}
|
echo "rpc-file-mode=0660" | tee -a ${CLCONF}
|
||||||
|
Reference in New Issue
Block a user