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 --- config.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index f13edcc..3691fc5 100755 --- a/config.sh +++ b/config.sh @@ -22,5 +22,6 @@ export AK_FINGERPRINT="$(gpg2 --homedir $AK_GPGHOME --list-keys | grep kaos@kaos 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_CACHEDIR="$AK_WORKDIR/cache" -- cgit v1.2.3