This commit is contained in:
2022-08-22 22:33:28 +01:00
parent cf2db4e6db
commit 85929a4a45

View File

@ -15,10 +15,9 @@ fi
send_keys () { send_keys () {
if [ -d ${KEYSTORE} ] if [ -d ${KEYSTORE} ]
then then
cat ${KEYSTORE}/*.pub
echo "$0: email the below to requestor" echo "$0: email the below to requestor"
echo "--------------------------------" echo "--------------------------------"
cat ${KEYSTORE}/*.pub
else else
echo "ERROR: keystore not found" echo "ERROR: keystore not found"
fi fi