From bae06a46816baa2d4041d171a5f820ed5b1bfc84 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:54:53 +0100 Subject: [PATCH] fix --- arbitrum-fullnode.prune | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arbitrum-fullnode.prune b/arbitrum-fullnode.prune index 6ae6959c..9a6b904a 100644 --- a/arbitrum-fullnode.prune +++ b/arbitrum-fullnode.prune @@ -3,12 +3,14 @@ BASEPATH="$(dirname "$0")" source $BASEPATH/.env +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" -docker-compose -f $BASEPATH/docker-compose.yml up -d +docker-compose -f "$BASEPATH/docker-compose.yml" up -d while true; do # Execute SSH command and extract the answer