This commit is contained in:
Sebastian
2024-12-17 16:54:53 +01:00
parent 22c7ed8d56
commit b3ead4ab76

View File

@@ -1,8 +1,8 @@
#!/bin/bash
if [ ! -d "/data/config" ]; then
if [ ! -d "/datadir/config" ]; then
exchaind init fullnode --chain-id exchain-66
wget https://raw.githubusercontent.com/okex/mainnet/main/genesis.json -O /data/config/genesis.json
wget https://raw.githubusercontent.com/okex/mainnet/main/genesis.json -O /datadir/config/genesis.json
fi
exchaind start \