From: Lukas Schauer Date: Tue, 6 Feb 2018 22:22:53 +0000 (+0100) Subject: updated changelog X-Git-Tag: v0.6.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be252c7db9fbc7dc9878be49075f9cfa7c983890;p=thirdparty%2Fdehydrated.git updated changelog --- diff --git a/CHANGELOG b/CHANGELOG index 828f144..abbac22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ This file contains a log of major changes in dehydrated ## Added - Support for ACME v02 (including wildcard certificates!) - New hook: generate_csr (see example hook script for more information) +- Calling random hook on startup to make it clear to hook script authors that unknown hooks should just be ignored... ## [0.5.0] - 2018-01-13 ## Changed diff --git a/dehydrated b/dehydrated index bb2f9e5..09632ca 100755 --- a/dehydrated +++ b/dehydrated @@ -1092,7 +1092,7 @@ command_sign_domains() { init_system # Hook scripts should ignore any hooks they don't know. - # Calling a random hook to make this clear to the hook authors... + # Calling a random hook to make this clear to the hook script authors... [[ -n "${HOOK}" ]] && "${HOOK}" "$(openssl rand -base64 16)" "please ignore unknown hooks!!!" # Call startup hook