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