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 () {
if [ -d ${KEYSTORE} ]
then
cat ${KEYSTORE}/*.pub
echo "$0: email the below to requestor"
echo "--------------------------------"
cat ${KEYSTORE}/*.pub
else
echo "ERROR: keystore not found"
fi