Skip to content

Commit d2891b9

Browse files
committed
One more echo message
1 parent c0960c6 commit d2891b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

initialize-db.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ else
3131
# Install database
3232
mkdir -p "$DBDIR" && \
3333
curl "${BOOTSTRAPLOCATIONS[$index]}" | tar -xzC "$DBDIR"
34+
35+
echo "Bootstrap downloaded and extracted"
3436
else
3537
echo "None bootstrap was found, will download blockchain from node peers"
3638
fi

0 commit comments

Comments
 (0)