Skip to content

Commit

Permalink
Merge pull request #79 from ethpandaops/barnabasbusa-patch-2
Browse files Browse the repository at this point in the history
remove new line
  • Loading branch information
barnabasbusa authored Dec 5, 2023
2 parents 280d1fa + 2dc1c81 commit d4037da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gen_cl_config(){
genesis_args+=(--eth1-config /data/custom_config_data/genesis.json)
fi
/usr/local/bin/eth2-testnet-genesis "${genesis_args[@]}"
echo "0x0000000000000000000000000000000000000000000000000000000000000000" > /data/custom_config_data/genesis_validators_root.txt
echo -n "0x0000000000000000000000000000000000000000000000000000000000000000" > /data/custom_config_data/genesis_validators_root.txt
else
echo "cl genesis already exists. skipping generation..."
fi
Expand Down

0 comments on commit d4037da

Please sign in to comment.