aboutsummaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index 1f1fa78..943418b 100755
--- a/init.sh
+++ b/init.sh
@@ -9,6 +9,7 @@ if [[ ! -d $ZBLOCKDIR ]]; then mkdir $ZBLOCKDIR ;fi
if [[ ! -d $BLOCKDIR ]]; then mkdir $BLOCKDIR ;fi
if [[ ! -d $DATADIR ]]; then mkdir $DATADIR ;fi
if [[ ! -d $ARCHIVESDIR ]]; then mkdir $ARCHIVESDIR ;fi
+if [[ ! -f $LOGSFILE ]]; then touch $LOGSFILE ;fi
if [[ ! -f $GENESIS ]] ; then touch $GENESIS;fi
if [[ ! -f $ZGENESIS ]] ; then echo "$(ipfs add -q $GENESIS)" > $ZGENESIS;fi
if [[ ! -f $ZCHAIN ]] ; then echo "$(ipfs key gen zchain)" > $ZCHAIN;fi