mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
cln.install: check and install sparko if in conf
This commit is contained in:
parent
96afe00017
commit
604cf68b10
1 changed files with 4 additions and 1 deletions
|
@ -160,7 +160,10 @@ 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 pluging configs and clear or install
|
||||
#TODO look for plugin configs and clear or install
|
||||
if [ $(grep -c "^sparko" < /home/bitcoin/.lightning/${netprefix}config) -gt 0 ];then
|
||||
cln.sparko.sh on $NETWORK
|
||||
fi
|
||||
fi
|
||||
sudo chown -R bitcoin:bitcoin /mnt/hdd/app-data/.lightning
|
||||
sudo chown -R bitcoin:bitcoin /home/bitcoin/
|
||||
|
|
Loading…
Add table
Reference in a new issue