From a359611ed2bcc79bf440f05096cfbdc618869067 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 23 Jul 2024 14:10:03 +0300 Subject: use settings instead of file to store activated gpg key --- lib/_ak_gpg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/_ak_gpg') diff --git a/lib/_ak_gpg b/lib/_ak_gpg index a2cca7a..a214965 100755 --- a/lib/_ak_gpg +++ b/lib/_ak_gpg @@ -208,7 +208,7 @@ _ak_gpg_select_key(){ if [ -n "$x" ] then _ak_log_info "$x was selected" - printf '%s' "$x" > $AK_WORKDIR/selected_key + _ak_settings_set "gpg.fingerprint" "$x" break else _ak_log_warning "You didn't select a key" -- cgit v1.2.3