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/ --- bin/ak-sm-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-sm-files') diff --git a/bin/ak-sm-files b/bin/ak-sm-files index 5868a61..5d278de 100755 --- a/bin/ak-sm-files +++ b/bin/ak-sm-files @@ -77,7 +77,7 @@ main(){ logit "[INFO]" "Signing..." SIGN_FILE=$FILENAME".asc" - gpg2 --detach-sign --sign-with $AK_FINGERPRINT --armor --output $SIGN_FILE $FILENAME + gpg2 --homedir $AK_GPGHOME --detach-sign --sign-with $AK_FINGERPRINT --armor --output $SIGN_FILE $FILENAME if [ $? == 0 ]; then logit "[INFO]" "Signed" else -- cgit v1.2.3