From 9858c98c7828c9a2527bdfee0e7017e312999700 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 05:04:30 +0100 Subject: [PATCH] fix --- arbitrum-fullnode.prune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-fullnode.prune b/arbitrum-fullnode.prune index 41fa74ae..9792f099 100644 --- a/arbitrum-fullnode.prune +++ b/arbitrum-fullnode.prune @@ -8,7 +8,7 @@ echo "running in $BASEPATH" #IFS=':' read -ra parts <<< $COMPOSE_FILE # Add the --init.prune option to the command list -sed -i '/command:/a \ \ - --init.prune' "$BASEPATH/arbitrum-fullnode.yml" +sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/arbitrum-fullnode.yml" echo "$(cat $BASEPATH/arbitrum-fullnode.yml)"