This commit is contained in:
2022-09-16 17:10:43 +01:00
parent d9e0bf7705
commit dd6f84714d

View File

@ -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