From f2022864738464509af3fe775f560e365ac37cfd Mon Sep 17 00:00:00 2001 From: spongle Date: Sun, 18 Sep 2022 19:27:32 +0100 Subject: [PATCH] . --- shared/sendkeys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"