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 3c84eee commit c0960c6Copy full SHA for c0960c6
initialize-db.sh
@@ -4,7 +4,7 @@ DBDIR="/data/chainweb-db/0"
4
# Double check if dbdir already exists, only download bootstrap if it doesn't
5
if [ -d $DBDIR ]
6
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"
+ 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"
8
else
9
echo "$DBDIR does not exists, lets download the bootstrap"
10
# Getting Kadena bootstrap from Zel Servers
0 commit comments