We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0960c6 commit d2891b9Copy full SHA for d2891b9
initialize-db.sh
@@ -31,6 +31,8 @@ else
31
# Install database
32
mkdir -p "$DBDIR" && \
33
curl "${BOOTSTRAPLOCATIONS[$index]}" | tar -xzC "$DBDIR"
34
+
35
+ echo "Bootstrap downloaded and extracted"
36
else
37
echo "None bootstrap was found, will download blockchain from node peers"
38
fi
0 commit comments