diff --git a/shared/sendkeys b/shared/sendkeys index 182ed14..ac178cd 100755 --- a/shared/sendkeys +++ b/shared/sendkeys @@ -30,7 +30,7 @@ then echo "--------------------------------" cat ${KEYSTORE}/*.pub |sort | uniq zip /var/tmp/keys.zip ~/.mykeys/_*.pub - python3 ${BASE}/attmail.py + python3 ${BASE}/shared/attmail.py rm -f /var/tmp/keys.zip else echo "ERROR: keystore not found"