sparko: don't show logs after install

This commit is contained in:
openoms
2021-07-20 14:15:27 +01:00
parent bcc5ba502a
commit d98ce4d601

View File

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