docs: fix consistently use /tmp/${NODE_NAME} path (#1503)

This commit is contained in:
Michael Bradley 2020-08-13 12:35:36 -05:00 committed by GitHub
parent a1bd44f4b0
commit 20554ab8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ let METRICS_PORT=8008+${NODE_ID}
let RPC_PORT=9190+${NODE_ID}
# add your node to eth2stats and run a data collector app that connects to your beacon chain client
mkdir -p /tmp/e2s-$ID
mkdir -p /tmp/${NODE_NAME}
../eth2stats-client/eth2stats-client run \
--data.folder=/tmp/${NODE_NAME} \
--eth2stats.node-name="${NODE_NAME}" \