diff --git a/fantom/scripts/entrypoint-fullnode.sh b/fantom/scripts/entrypoint-fullnode.sh index 66c1f589..c81cb1b8 100644 --- a/fantom/scripts/entrypoint-fullnode.sh +++ b/fantom/scripts/entrypoint-fullnode.sh @@ -6,7 +6,7 @@ set -e # Set fantom Home Directory FANTOM_HOME=/datadir -if [ ! -f "$FANTOM_HOME/testnet-171200-pruned-mpt.g" ]; +if [ ! -f "$FANTOM_HOME/mainnet-171200-pruned-mpt.g" ]; then cd $FANTOM_HOME echo "downloading launch genesis file"