fixed typo (closes #712)

This commit is contained in:
Lukas Schauer
2020-04-02 12:23:09 +02:00
parent 5b7c898b63
commit bc9344392a

View File

@@ -1398,7 +1398,7 @@ command_sign_domains() {
ln -sf "ocsp-${ocsp_timestamp}.der" "${certdir}/ocsp.der"
[[ -n "${HOOK}" ]] && altnames="${domain} ${morenames}" "${HOOK}" "deploy_ocsp" "${domain}" "${certdir}/ocsp.der" "${ocsp_timestamp}"
else
echo " + OSCP stapling file is still valid (skipping update)"
echo " + OCSP stapling file is still valid (skipping update)"
fi
fi
done