diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 21:32:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 21:32:41 -0300 |
commit | f24aa45cbd0678e35ef879bce937f2d96df1c9ab (patch) | |
tree | d093e98c1e29bb42014ee6a4b5a072241da5c471 | |
parent | 860e1b32f99702b099ef6ae6213174d8709fe4b3 (diff) | |
download | firma-f24aa45cbd0678e35ef879bce937f2d96df1c9ab.tar.gz firma-f24aa45cbd0678e35ef879bce937f2d96df1c9ab.tar.bz2 |
Listing using --fingerprint on GetSubscribersInfo
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |