diff --git a/README.md b/README.md index 5f45a190..2a419ef7 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ Otherwise traefik will not issue the certificate for an existing domain.
#### TODO !!!! mal alle geth clients mit erigon vergleichen
LOGFILES
- General Monitoring
Bootstrapping from Snapshots
diff --git a/util/prepare.sh b/util/prepare.sh index 6041c5d1..506eadf9 100755 --- a/util/prepare.sh +++ b/util/prepare.sh @@ -2,6 +2,8 @@ source .env +chown -R root:root chains bootstrap_skript + originalfile="chains/chains_mainnet.json" tmpfile=$(mktemp) cp --attributes-only --preserve $originalfile $tmpfile