aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-11 21:32:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-11 21:32:41 -0300
commitf24aa45cbd0678e35ef879bce937f2d96df1c9ab (patch)
treed093e98c1e29bb42014ee6a4b5a072241da5c471
parent860e1b32f99702b099ef6ae6213174d8709fe4b3 (diff)
downloadfirma-f24aa45cbd0678e35ef879bce937f2d96df1c9ab.tar.gz
firma-f24aa45cbd0678e35ef879bce937f2d96df1c9ab.tar.bz2
Listing using --fingerprint on GetSubscribersInfo
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 10317ed..cca366c 100755
--- a/firma
+++ b/firma
@@ -1948,7 +1948,7 @@ function GetSubscribersInfo {
for key in $keys; do
keyid="$($GPG_LIST_KEYS --with-fingerprint $1 2> /dev/null | grep ^fpr | cut -d : -f 10)"
if [[ -n "$keyid" ]]; then
- output="$($GPG --list-keys $key)"
+ output="$($GPG --fingeprint $key)"
AdminLog "$output"
fi
done