aboutsummaryrefslogtreecommitdiff
path: root/config.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 /config.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 'config.sh')
-rwxr-xr-xconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index ac63acb..c8ac722 100755
--- a/config.sh
+++ b/config.sh
@@ -26,6 +26,7 @@ export AK_MINEDBLOCKSDIR="$AK_WORKDIR/mined_blocks"
export AK_ZBLOCKSFILE="$AK_WORKDIR/zBlocksFile"
export AK_ZPAIRSFILE="$AK_WORKDIR/pairsFile"
export AK_ZPEERSFILE="$AK_WORKDIR/peersFile"
+export AK_ZPEERSDIR="$AK_WORKDIR/peers"
export AK_CACHEDIR="$AK_WORKDIR/cache"
export AK_CHUNKSDIR="$AK_WORKDIR/akfs/chunks"
export AK_LEAFSDIR="$AK_WORKDIR/akfs/leafs"