From da5c4e118f6d5b04ee31ca2374a1bd8aa8c00e37 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 18 Aug 2023 22:30:19 +0300 Subject: Moved GPG keyring to dedicated folder under .arching-kaos/ --- config.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 1e72833..12b4dea 100755 --- a/config.sh +++ b/config.sh @@ -21,4 +21,5 @@ export AK_FINGERPRINT="$(gpg --list-keys | grep test@test.test -1 | head -n1 | a export AK_MINEDBLOCKS="$AK_WORKDIR/mined_blocks/" export AK_ZBLOCKSFILE="$AK_WORKDIR/zBlocksFile" export AK_ZPAIRSFILE="$AK_WORKDIR/pairsFile" +export AK_GPGHOME="$AK_WORKDIR/keyring/" -- cgit v1.2.3