Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 12, 2023
1 parent 817a6f9 commit 59a3f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ please read the [contribution guidelines](CONTRIBUTING.md) so you can run lint c

## Version

This is eth-docker v2.3.3
This is eth-docker v2.3.4
2 changes: 2 additions & 0 deletions auto-prune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ elif [[ "${value}" =~ "nethermind.yml" ]]; then
fi
fi

echo "The auto-prune.sh script is deprecated and will be removed with Dencun. Please migrate to PBSS on Geth, integrated auto prune on Nethermind, and Grafana alerting for disk space."

# If under kbyte threshold or 10% free, alert
if [ "$FREE_DISK" -lt "${__kbyte_threshold}" ] || [ "$PERCENT_FREE" -lt "${__percent_threshold}" ]; then
if [ "$__dryrun" -eq 0 ]; then
Expand Down

0 comments on commit 59a3f10

Please sign in to comment.