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 then
echo "$0: email the below to requestor" echo "$0: email the below to requestor"
echo "--------------------------------" echo "--------------------------------"
cat ${KEYSTORE}/*.pub cat ${KEYSTORE}/*.pub |sort | uniq
else else
echo "ERROR: keystore not found" echo "ERROR: keystore not found"
fi fi