aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-files
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-files')
-rwxr-xr-xbin/ak-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-files b/bin/ak-files
index d663d59..6e36b51 100755
--- a/bin/ak-files
+++ b/bin/ak-files
@@ -63,7 +63,7 @@ main(){
fi
logit "[INFO]" "Signing..."
SIGN_FILE=$FILENAME".asc"
- gpg2 --detach-sign --sign-with $AK_FINGERPRINT --armor --output $SIGN_FILE $FILE
+ gpg2 --homedir $AK_GPGHOME --detach-sign --sign-with $AK_FINGERPRINT --armor --output $SIGN_FILE $FILE
if [ $? == 0 ]; then
logit "[INFO]" "Signed"
else