From d23cf18a989548ef84f7b59cbf3f45a2751bec60 Mon Sep 17 00:00:00 2001 From: cventastic Date: Tue, 28 Dec 2021 16:48:10 +0100 Subject: [PATCH] permissions for multiple runs --- README.md | 1 - util/prepare.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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