diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-02-15 17:59:03 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-02-15 17:59:03 +0200 |
commit | e41ae82a1b53032bef4df0db762a08225caca4f9 (patch) | |
tree | d462c695e070ac54d0884fa4799b872e6db9824c /init.sh | |
parent | 09e3a2e9b3111f5e6605121f6419c670135dd921 (diff) | |
download | arching-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-x | init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |