clean logs

This commit is contained in:
shocknet-justin 2025-08-27 23:51:52 -04:00
parent 6987240830
commit f31cc8e75d
2 changed files with 2 additions and 7 deletions

View file

@ -70,11 +70,6 @@ EOF
exit 1
fi
if [ "$LND_STATUS" = "0" ] || [ "$LND_STATUS" = "1" ]; then
log "Giving ${SECONDARY_COLOR}LND${RESET_COLOR} a few seconds to start before starting ${SECONDARY_COLOR}Lightning.Pub${RESET_COLOR}..."
sleep 10
fi
# Always attempt to start or restart Lightning.Pub
if systemctl --user is-active --quiet lightning_pub; then
if [ "$PUB_UPGRADE" = "100" ]; then