fix comments

This commit is contained in:
openoms
2021-06-28 11:47:51 +01:00
parent 8d86a8dbcf
commit 53d4d90b34
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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