mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 19:50:35 +02:00
sparko: don't show logs after install
This commit is contained in:
@@ -152,10 +152,6 @@ sparko-keys=${masterkeythatcandoeverything}; ${secretaccesskeythatcanreadstuff}:
|
||||
if [ "${state}" == "ready" ]; then
|
||||
echo "# Restart the ${netprefix}lightningd.service to activate Sparko"
|
||||
sudo systemctl restart ${netprefix}lightningd
|
||||
sleep 5
|
||||
# show some logs
|
||||
sudo tail -n100 /home/bitcoin/.lightning/${CLNETWORK}/cl.log | grep sparko
|
||||
netstat -tulpn | grep "${portprefix}9000"
|
||||
fi
|
||||
|
||||
echo "# Sparko was installed"
|
||||
|
Reference in New Issue
Block a user