From c26d2003c04540cec9fc2fa4b653f93bde8d3e72 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:57:05 +0100 Subject: [PATCH] fix --- arbitrum-fullnode.prune | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arbitrum-fullnode.prune b/arbitrum-fullnode.prune index 9a6b904a..cedc4c5a 100644 --- a/arbitrum-fullnode.prune +++ b/arbitrum-fullnode.prune @@ -10,6 +10,8 @@ echo "running in $BASEPATH" # Add the --init.prune option to the command list sed -i '/command:/a \ \ - --init.prune' "$BASEPATH/arbitrum-fullnode.yml" +echo "$(cat $BASEPATH/arbitrum-fullnode.yml)" + docker-compose -f "$BASEPATH/docker-compose.yml" up -d while true; do