From 5157dc62fc6bd010e8616ae59b462fd8c58f1d9b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 31 Mar 2023 21:32:07 +0300 Subject: Added two new variables --- config.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 242fe7f..1e72833 100755 --- a/config.sh +++ b/config.sh @@ -18,4 +18,7 @@ export AK_ZLIST="$AK_WORKDIR/zlist" export AK_ZLATEST="$AK_WORKDIR/zlatest" export AK_LOGSFILE="$AK_WORKDIR/logs" export AK_FINGERPRINT="$(gpg --list-keys | grep test@test.test -1 | head -n1 | awk '{print $1}')" +export AK_MINEDBLOCKS="$AK_WORKDIR/mined_blocks/" +export AK_ZBLOCKSFILE="$AK_WORKDIR/zBlocksFile" +export AK_ZPAIRSFILE="$AK_WORKDIR/pairsFile" -- cgit v1.2.3