From 08ea4b6bacc2adaaf0523062971b9b0b38817ba3 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 11 Aug 2023 23:01:28 -0500 Subject: [PATCH] Minor script fixes. --- app/data/config/mainnet-eth/scripts/run-geth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/config/mainnet-eth/scripts/run-geth.sh b/app/data/config/mainnet-eth/scripts/run-geth.sh index 85730aec..7cc5d54b 100755 --- a/app/data/config/mainnet-eth/scripts/run-geth.sh +++ b/app/data/config/mainnet-eth/scripts/run-geth.sh @@ -31,7 +31,7 @@ fi $START_CMD \ $MODE_FLAGS \ - --datadir="${GETH_DATA}"\ + --datadir="${GETH_DATADIR}"\ --identity="${GETH_NODE_NAME}" \ --maxpeers=${GETH_MAX_PEERS} \ --cache=${GETH_CACHE} \