Skip to content

Commit 19f1be7

Browse files
committed
chore: add silent mode to mainnet snapshot filename curl request
1 parent 342bfbf commit 19f1be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init-bedrock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$NODE_TYPE" = "archive" ]; then
3030
BEDROCK_TAR_DOWNLOAD="https://storage.googleapis.com/raas-op-geth-snapshots-d2a56/datadir-archive/$SNAPSHOT_FILENAME"
3131
echo "Using snapshot file: $SNAPSHOT_FILENAME"
3232
elif [ "$NETWORK_NAME" = "ink-mainnet" ]; then
33-
SNAPSHOT_FILENAME=$(curl https://storage.googleapis.com/raas-op-geth-snapshots-e2025/datadir-archive/latest)
33+
SNAPSHOT_FILENAME=$(curl -s https://storage.googleapis.com/raas-op-geth-snapshots-e2025/datadir-archive/latest)
3434
BEDROCK_TAR_DOWNLOAD="https://storage.googleapis.com/raas-op-geth-snapshots-e2025/datadir-archive/$SNAPSHOT_FILENAME"
3535
echo "Using snapshot file: $SNAPSHOT_FILENAME"
3636
fi

0 commit comments

Comments
 (0)