This commit is contained in:
Sebastian
2024-02-04 14:56:40 +01:00
parent ed353ca490
commit bf62ff8a32

View File

@@ -6,7 +6,7 @@ set -e
# Set fantom Home Directory # Set fantom Home Directory
FANTOM_HOME=/datadir FANTOM_HOME=/datadir
if [ ! -f "$FANTOM_HOME/testnet-171200-pruned-mpt.g" ]; if [ ! -f "$FANTOM_HOME/mainnet-171200-pruned-mpt.g" ];
then then
cd $FANTOM_HOME cd $FANTOM_HOME
echo "downloading launch genesis file" echo "downloading launch genesis file"