From 19739b5c34354b4566cce770807242e281e74f06 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 6 Jun 2026 09:17:35 +0700 Subject: [PATCH] fix --- op/geth/hashkeychain-testnet-op-geth-archive-leveldb-hash.yml | 2 +- op/geth/hashkeychain-testnet-op-geth-pruned-pebble-hash.yml | 2 +- op/geth/hashkeychain-testnet-op-geth-pruned-pebble-path.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/op/geth/hashkeychain-testnet-op-geth-archive-leveldb-hash.yml b/op/geth/hashkeychain-testnet-op-geth-archive-leveldb-hash.yml index 164a95f9..c660e519 100644 --- a/op/geth/hashkeychain-testnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/hashkeychain-testnet-op-geth-archive-leveldb-hash.yml @@ -116,7 +116,7 @@ services: - | apk add --no-cache ca-certificates curl mkdir -p /config - [ ! -f /config/rollup.json ] && curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json" + [ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json" restart: no networks: - chains diff --git a/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-hash.yml b/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-hash.yml index dd0b839c..dfe4e67f 100644 --- a/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-hash.yml @@ -116,7 +116,7 @@ services: - | apk add --no-cache ca-certificates curl mkdir -p /config - [ ! -f /config/rollup.json ] && curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json" + [ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json" restart: no networks: - chains diff --git a/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-path.yml b/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-path.yml index 2099a044..dd125a36 100644 --- a/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/hashkeychain-testnet-op-geth-pruned-pebble-path.yml @@ -116,7 +116,7 @@ services: - | apk add --no-cache ca-certificates curl mkdir -p /config - [ ! -f /config/rollup.json ] && curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json" + [ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json" restart: no networks: - chains