.
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user