From b2d69bed9f8e51a0cff96d0e0dfa020cdf871820 Mon Sep 17 00:00:00 2001 From: cventastic Date: Sun, 23 Jan 2022 21:15:18 +0100 Subject: [PATCH] added pokt/config.json to prepare.sh --- util/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/prepare.sh b/util/prepare.sh index cb4137fc..963770e2 100755 --- a/util/prepare.sh +++ b/util/prepare.sh @@ -15,4 +15,4 @@ tmpfile=$(mktemp) cp --attributes-only --preserve $originalfile $tmpfile cat $originalfile | envsubst > $tmpfile && mv $tmpfile $originalfile -chown -R 1005:1001 chains bootstrap_skript \ No newline at end of file +chown -R 1005:1001 chains bootstrap_skript pokt \ No newline at end of file