chiark / gitweb /
Add an `update-hook' configuration tweak.
[ca] / bin / update
index bc6841072b1ea1a0ea8d408cc165c17b42cb038d..09a4c600a664e220a75499e27babdee9b126e2b6 100755 (executable)
@@ -53,4 +53,7 @@ exec openssl ca -config "etc/openssl.conf" -updatedb 2>@1
 exec openssl ca -config "etc/openssl.conf" -gencrl | \
     openssl crl -text -out "crl" 2>@1
 
+## Call the user hook.
+update-hook
+
 ###----- That's all, folks --------------------------------------------------