This commit is contained in:
USER
2023-03-06 21:28:33 +00:00
parent 7cb5db3ae0
commit 652f1bfea1

View File

@ -29,6 +29,7 @@ then
echo "$0: email the below to requestor" echo "$0: email the below to requestor"
echo "--------------------------------" echo "--------------------------------"
cat ${KEYSTORE}/*.pub |sort | uniq cat ${KEYSTORE}/*.pub |sort | uniq
rm -rf /var/tmp/keys.tar
tar -cvf /var/tmp/keys.tar ~/.mykeys/_*.pub tar -cvf /var/tmp/keys.tar ~/.mykeys/_*.pub
python3 ${BASE}/shared/attmail.py python3 ${BASE}/shared/attmail.py
rm -f /var/tmp/keys.tar rm -f /var/tmp/keys.tar