Skip to content

Commit a04ccf4

Browse files
committed
Debug snapshot url
1 parent c2771ce commit a04ccf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/etherlink/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
TZNETWORK_ADDRESS="https://teztnets.com/$NETWORK"
2626
SNAPSHOT_URL="https://snapshots.eu.tzinit.org/$NETWORK/rolling"
27-
27+
# SNAPSHOT_URL="https://snapshots.eu.tzinit.org/quebecnet/rolling"
2828
command=$1
2929
shift 1
3030

@@ -50,7 +50,7 @@ run_octez_node() {
5050
octez-node config init --network network-params.json
5151

5252
if [ -n ${SNAPSHOT_URL} ]; then
53-
wget -O "/snapshot" "${SNAPSHOT_URL}"
53+
wget -O "/snapshot" "https://snapshots.eu.tzinit.org/quebecnet/rolling"
5454
octez-node snapshot import /snapshot --no-check
5555
fi
5656

0 commit comments

Comments
 (0)