From f3e6c9f9914a9ab367f284555cfda65e1a2bfb51 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 05:01:03 +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 a2d30f8c..41fa74ae 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 -project-directory "$BASEPATH" up -d +docker-compose --project-directory "$BASEPATH" up -d while true; do # Execute SSH command and extract the answer