This commit is contained in:
2022-09-18 19:24:06 +01:00
parent 85908e0305
commit 92e7b98903
2 changed files with 58 additions and 1 deletions

View File

@ -30,7 +30,7 @@ then
echo "--------------------------------"
cat ${KEYSTORE}/*.pub |sort | uniq
zip /var/tmp/keys.zip ~/.mykeys/_*.pub
python3 /zTools/zPrivateConfig/bin/attmail.py
python3 ${BASE}/attmail.py
rm -f /var/tmp/keys.zip
else
echo "ERROR: keystore not found"