From e41ae82a1b53032bef4df0db762a08225caca4f9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 15 Feb 2025 17:59:03 +0200 Subject: Breaking changes, the gpg field inside config is an object now! --- init.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'init.sh') diff --git a/init.sh b/init.sh index 8edb985..06a390c 100755 --- a/init.sh +++ b/init.sh @@ -73,6 +73,7 @@ if [ ! -f $AK_ZGENESISASC ] ; then printf "%s" "$(_ak_ipfs add -q $AK_GENESISASC 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 +if [ ! -d $AK_ZPEERSDIR ] ; then mkdir $AK_ZPEERSDIR;fi ipfs_zarchive_check_or_mkdir -- cgit v1.2.3