From 8f74627a4ad29b14b8afa4197024d8f7448af879 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:00:12 +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 c81cb1b8..11c2254f 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/mainnet-171200-pruned-mpt.g" ]; +if [ ! -f "$FANTOM_HOME/mainnet-171200-no-history.g" ]; then cd $FANTOM_HOME echo "downloading launch genesis file"