This commit is contained in:
2022-09-18 19:46:58 +01:00
parent 9f6a4d3847
commit 98948a1820
2 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ then
echo "$0: email the below to requestor"
echo "--------------------------------"
cat ${KEYSTORE}/*.pub |sort | uniq
zip /var/tmp/keys.zip ~/.mykeys/_*.pub
tar -cvf /var/tmp/keys.tar ~/.mykeys/_*.pub
python3 ${BASE}/shared/attmail.py
rm -f /var/tmp/keys.zip
rm -f /var/tmp/keys.tar
else
echo "ERROR: keystore not found"
fi