Skip to content

Commit

Permalink
Fix typos (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiantroy authored Feb 2, 2024
1 parent b208ca0 commit da66752
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion besu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ! -f /var/lib/besu/ee-secret/jwtsecret ]]; then
fi

if [[ -O "/var/lib/besu/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/besu/ee-secret
fi
if [[ -O "/var/lib/besu/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion erigon/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ! -f /var/lib/erigon/ee-secret/jwtsecret ]]; then
fi

if [[ -O "/var/lib/erigon/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/erigon/ee-secret
fi
if [[ -O "/var/lib/erigon/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion geth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ! -f /var/lib/goethereum/ee-secret/jwtsecret ]]; then
fi

if [[ -O "/var/lib/goethereum/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/goethereum/ee-secret
fi
if [[ -O "/var/lib/goethereum/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion lighthouse/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -n "${JWT_SECRET}" ]; then
fi

if [[ -O "/var/lib/lighthouse/beacon/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/lighthouse/beacon/ee-secret
fi
if [[ -O "/var/lib/lighthouse/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion lodestar/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "${JWT_SECRET}" ]; then
fi

if [[ -O "/var/lib/lodestar/consensus/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/lodestar/consensus/ee-secret
fi
if [[ -O "/var/lib/lodestar/consensus/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion nethermind/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ ! -f /var/lib/nethermind/ee-secret/jwtsecret ]]; then
fi

if [[ -O "/var/lib/nethermind/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/nethermind/ee-secret
fi
if [[ -O "/var/lib/nethermind/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion nimbus-el/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ ! -f /var/lib/nimbus/ee-secret/jwtsecret ]]; then
fi

if [[ -O "/var/lib/nimbus/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/nimbus/ee-secret
fi
if [[ -O "/var/lib/nimbus/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion nimbus/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "${JWT_SECRET}" ]; then
fi

if [[ -O "/var/lib/nimbus/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/nimbus/ee-secret
fi
if [[ -O "/var/lib/nimbus/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion prysm/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -n "${JWT_SECRET}" ]; then
fi

if [[ -O "/var/lib/prysm/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/prysm/ee-secret
fi
if [[ -O "/var/lib/prysm/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion reth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ! -f /var/lib/reth/ee-secret/jwtsecret ]]; then
fi

if [[ -O "/var/lib/reth/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/reth/ee-secret
fi
if [[ -O "/var/lib/reth/ee-secret/jwtsecret" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion teku/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -n "${JWT_SECRET}" ]; then
fi

if [[ -O "/var/lib/teku/ee-secret" ]]; then
# In case someone specificies JWT_SECRET but it's not a distributed setup
# In case someone specifies JWT_SECRET but it's not a distributed setup
chmod 777 /var/lib/teku/ee-secret
fi
if [[ -O "/var/lib/teku/ee-secret/jwtsecret" ]]; then
Expand Down

0 comments on commit da66752

Please sign in to comment.