diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-08-20 21:14:06 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-08-20 21:14:06 +0300 |
commit | d2accf0f1862b81068d4df16e4b28827db245409 (patch) | |
tree | 773bc361ed7f59fc67194fcf4583df25f9a0a6ae /config.sh | |
parent | 36a98974e4144fc7a387aa73a37daf040c3131be (diff) | |
download | arching-kaos-tools-d2accf0f1862b81068d4df16e4b28827db245409.tar.gz arching-kaos-tools-d2accf0f1862b81068d4df16e4b28827db245409.tar.bz2 arching-kaos-tools-d2accf0f1862b81068d4df16e4b28827db245409.zip |
Fixed check
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,4 +22,5 @@ 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_CACHEDIR="$AK_WORKDIR/cache" |