diff --git a/shared/sendkeys b/shared/sendkeys index 2eaea28..35f5560 100755 --- a/shared/sendkeys +++ b/shared/sendkeys @@ -17,7 +17,7 @@ if [ -d ${KEYSTORE} ] then echo "$0: email the below to requestor" echo "--------------------------------" - cat ${KEYSTORE}/*.pub + cat ${KEYSTORE}/*.pub |sort | uniq else echo "ERROR: keystore not found" fi