fix path to script
This commit is contained in:
@ -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/attmail.py
|
python3 /zz/zShared/shared/attmail.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user