From 28717aded7df4ac4842fa308e67c1c15e1de4ffa Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 27 Mar 2024 03:49:27 +0200 Subject: Introduced and applied _ak_gpg library --- bin/ak-profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index 7633c57..fa07fcb 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -5,6 +5,7 @@ TEMP="/tmp/aktmp" # Outputs to log file in the classic format :) source $AK_LIBDIR/_ak_logit +source $AK_LIBDIR/_ak_gpg # Whatever the command is, we check if $ZPROFILEDIR is there. # If NOT we create it and we change dir there. @@ -153,7 +154,7 @@ _ak_modules_profile_add(){ echo "Adding from " $FILE FILE_IPFS_HASH=$(ak-ipfs-add $FILE) FILE_SIGN_FILE=$(pwd)/$1".asc" - gpg2 --homedir $AK_GPGHOME --detach-sign --sign-with $AK_FINGERPRINT --armor --output $FILE_SIGN_FILE $FILE + _ak_gpg_sign_detached $FILE_SIGN_FILE $FILE FILE_SIGNATURE=$(ak-ipfs-add $FILE_SIGN_FILE) cat > data <