mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
fix comments
This commit is contained in:
@@ -147,7 +147,6 @@ always-use-proxy=true
|
||||
" | sudo tee /home/bitcoin/.lightning/${netprefix}config
|
||||
else
|
||||
echo "# The file /home/bitcoin/.lightning/${netprefix}config is already present"
|
||||
#TODO look for plugin configs and clear or install
|
||||
if [ $(grep -c "^sparko" < /home/bitcoin/.lightning/${netprefix}config) -gt 0 ];then
|
||||
/home/admin/config.scripts/cln-plugin.sparko.sh on $CHAIN
|
||||
fi
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
# Usage:
|
||||
# source <(/home/admin/config.scripts/network.aliases.sh getvars <lnd|cln> <mainnet|testnet|signet>)
|
||||
# if no values given uses the default values from the raspiblitz.conf
|
||||
|
||||
source /home/admin/raspiblitz.info
|
||||
source /mnt/hdd/raspiblitz.conf
|
||||
@@ -77,4 +78,5 @@ if [ $1 = getvars ];then
|
||||
fi
|
||||
|
||||
#TODO
|
||||
#change all /lnd.conf to /${netprefix}lnd.conf
|
||||
# where /lnd.conf is not changed to /${netprefix}lnd.conf
|
||||
# the service remains mainnet only
|
Reference in New Issue
Block a user