From f24aa45cbd0678e35ef879bce937f2d96df1c9ab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 11 Apr 2012 21:32:41 -0300 Subject: Listing using --fingerprint on GetSubscribersInfo --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3