This commit is contained in:
USER
2023-08-21 20:10:24 +01:00
parent cc88e17317
commit 4f3079fb14

View File

@ -31,7 +31,7 @@ then
cat ${KEYSTORE}/*.pub |sort | uniq cat ${KEYSTORE}/*.pub |sort | uniq
rm -rf /var/tmp/keys.tar 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/synomail.py python3 /zz/zShared/shared/synomail.py
rm -f /var/tmp/keys.tar rm -f /var/tmp/keys.tar
else else
echo "ERROR: keystore not found" echo "ERROR: keystore not found"