fix PGP (skip signed message)

This commit is contained in:
2022-12-23 11:39:44 +01:00
parent 694570a454
commit 596ae82fe4
7 changed files with 87 additions and 36 deletions

3
src/bash/filterTest.sh Executable file → Normal file
View File

@ -33,6 +33,7 @@ usage () {
########################################
mbox=$(realpath $1)
dos2unix "${mbox}"
cd $(dirname $0)
DOMAINNAME="$(cat domainname)"
JIRAFEAU_URL="https://depot.${DOMAINNAME}"
@ -126,7 +127,7 @@ cat "${TMP_DIR}/PJ-name.txt" | {
esac
}
else
LOG " - ${GREEN} no archive${NC}"
LOG " - ${GREEN}no archive${NC}"
echo "arch: none"
fi
} > "${TMP_DIR}/PJ-Keys.txt"