aboutsummaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-02-15 17:59:03 +0200
committerkaotisk <kaotisk@arching-kaos.org>2025-02-15 17:59:03 +0200
commite41ae82a1b53032bef4df0db762a08225caca4f9 (patch)
treed462c695e070ac54d0884fa4799b872e6db9824c /init.sh
parent09e3a2e9b3111f5e6605121f6419c670135dd921 (diff)
downloadarching-kaos-tools-e41ae82a1b53032bef4df0db762a08225caca4f9.tar.gz
arching-kaos-tools-e41ae82a1b53032bef4df0db762a08225caca4f9.tar.bz2
arching-kaos-tools-e41ae82a1b53032bef4df0db762a08225caca4f9.zip
Breaking changes, the gpg field inside config is an object now!
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 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