From bf62ff8a3255915566d4e02a6b55e42352fe0200 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:56:40 +0100 Subject: [PATCH] fix --- fantom/scripts/entrypoint-fullnode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"