From 0217450f3355afe9e4312fd39309b25fbeb40c0d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:59:58 +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 8944c4a4..a2d30f8c 100644 --- a/arbitrum-fullnode.prune +++ b/arbitrum-fullnode.prune @@ -12,7 +12,7 @@ sed -i '/command:/a \ \ - --init.prune' "$BASEPATH/arbitrum-fullnode.yml" echo "$(cat $BASEPATH/arbitrum-fullnode.yml)" -docker-compose -w "$BASEPATH" up -d +docker-compose -project-directory "$BASEPATH" up -d while true; do # Execute SSH command and extract the answer