From 35b9daa63ac127e5a2a769cf96a56a0acd8da725 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 27 Sep 2023 16:40:43 +0300 Subject: Got peers into the installation and configuration --- init.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.sh') diff --git a/init.sh b/init.sh index 1334a7e..d278039 100755 --- a/init.sh +++ b/init.sh @@ -66,6 +66,9 @@ if [ ! -f $AK_ZCHAINASC ] ; then gpg2 --homedir $AK_GPGHOME -bao $AK_ZCHAINASC $ if [ ! -f $AK_ZZCHAIN ] ; then printf "%s" "$(ipfs add -q $AK_ZCHAINASC)" > $AK_ZZCHAIN;fi if [ ! -f $AK_GENESISASC ] ; then gpg2 --homedir $AK_GPGHOME -bao $AK_GENESISASC $AK_GENESIS;fi if [ ! -f $AK_ZGENESISASC ] ; then printf "%s" "$(ipfs add -q $AK_GENESISASC)" > $AK_ZGENESISASC;fi +if [ ! -f $AK_ZBLOCKSFILE ] ; then printf "[]" > $AK_ZBLOCKSFILE;fi +if [ ! -f $AK_ZPAIRSFILE ] ; then printf "[]" > $AK_ZPAIRSFILE;fi +if [ ! -f $AK_ZPEERSFILE ] ; then printf "[]" > $AK_ZPEERSFILE;fi ipfs_zarchive_check_or_mkdir -- cgit v1.2.3