diff options
Diffstat (limited to 'bin/ak-sm-files')
-rwxr-xr-x | bin/ak-sm-files | 2 |
1 files changed, 1 insertions, 1 deletions
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 |