aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-08-20 20:30:53 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-08-20 20:30:53 +0300
commit0a76505ed90768d9695e58590aa0d5716a203c71 (patch)
tree44d30fe3190da32747e14394c204f0b8403b2b10
parent956fb6d7ece35bbbb0162a3c9ac7d2ce73756f46 (diff)
downloadarching-kaos-tools-0a76505ed90768d9695e58590aa0d5716a203c71.tar.gz
arching-kaos-tools-0a76505ed90768d9695e58590aa0d5716a203c71.tar.bz2
arching-kaos-tools-0a76505ed90768d9695e58590aa0d5716a203c71.zip
Fixed bug and inconsistency in configuration
-rwxr-xr-xconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 12b4dea..a27911e 100755
--- a/config.sh
+++ b/config.sh
@@ -17,9 +17,9 @@ export AK_ZZCHAIN="$AK_CONFIGDIR/zzchain"
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_GPGHOME="$AK_WORKDIR/keyring/"
+export AK_FINGERPRINT="$(gpg2 --homedir $AK_GPGHOME --list-keys | grep kaos@kaos.kaos -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"
-export AK_GPGHOME="$AK_WORKDIR/keyring/"