mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +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
|
if [ "${state}" == "ready" ]; then
|
||||||
echo "# Restart the ${netprefix}lightningd.service to activate Sparko"
|
echo "# Restart the ${netprefix}lightningd.service to activate Sparko"
|
||||||
sudo systemctl restart ${netprefix}lightningd
|
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
|
fi
|
||||||
|
|
||||||
echo "# Sparko was installed"
|
echo "# Sparko was installed"
|
||||||
|
Reference in New Issue
Block a user