From a2bd7ca7ca893e190869ef1a7c5bcb36f5e928d5 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:59:08 +0100 Subject: [PATCH] fix --- arbitrum-fullnode.prune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arbitrum-fullnode.prune b/arbitrum-fullnode.prune index cedc4c5a..8944c4a4 100644 --- a/arbitrum-fullnode.prune +++ b/arbitrum-fullnode.prune @@ -8,11 +8,11 @@ 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' "$BASEPATH/arbitrum-fullnode.yml" echo "$(cat $BASEPATH/arbitrum-fullnode.yml)" -docker-compose -f "$BASEPATH/docker-compose.yml" up -d +docker-compose -w "$BASEPATH" up -d while true; do # Execute SSH command and extract the answer