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