Better error message when pem/bigchaindb.pem missing

This commit is contained in:
troymc 2016-03-24 10:03:12 +01:00
parent cd05a98515
commit 0dcfa8045c

View File

@ -45,7 +45,7 @@ fi
# checking pem-file and changing access rights
if [ ! -f "pem/bigchaindb.pem" ]
then
echo "Valid key is missing!!!"
echo "File pem/bigchaindb.pem (AWS private key) is missing"
exit 1
fi
# 0400 for pem/bigchaindb.pem