mirror of https://github.com/samply/bridgehead.git
Update lib/prerequisites.sh
Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
This commit is contained in:
parent
aab09465fc
commit
3bc0d88b79
|
@ -94,7 +94,7 @@ if [ "${PROJECT}" != "minimal" ]; then
|
|||
fi
|
||||
fi
|
||||
checkPrivKey() {
|
||||
if [ -e "${CONFIG_DIR}"pki/"${SITE_ID}".priv.pem ]; then
|
||||
if [ -e "${CONFIG_DIR}pki/${SITE_ID}.priv.pem" ]; then
|
||||
log INFO "Success - private key found."
|
||||
else
|
||||
log ERROR "Unable to find private key at ${CONFIG_DIR}pki/${SITE_ID}.priv.pem. To fix, please run\n bridgehead enroll ${PROJECT}\nand follow the instructions."
|
||||
|
|
Loading…
Reference in New Issue