Skip to content

Commit c0960c6

Browse files
committed
fix typo
1 parent 3c84eee commit c0960c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initialize-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DBDIR="/data/chainweb-db/0"
44
# Double check if dbdir already exists, only download bootstrap if it doesn't
55
if [ -d $DBDIR ]
66
then
7-
echo "Directory $DBDIR already exists, we will not download any bootstrap, if you want to delete the bootstrap you need to delete the folder first"
7+
echo "Directory $DBDIR already exists, we will not download any bootstrap, if you want to download the bootstrap you need to delete the folder first"
88
else
99
echo "$DBDIR does not exists, lets download the bootstrap"
1010
# Getting Kadena bootstrap from Zel Servers

0 commit comments

Comments
 (0)