From: Lukas Schauer Date: Tue, 13 Feb 2018 20:32:47 +0000 (+0100) Subject: merged random hook with human-readable-message X-Git-Tag: v0.6.0~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc34f3aa86301124fcdfe470433fef9a3c95da6e;p=thirdparty%2Fdehydrated.git merged random hook with human-readable-message --- diff --git a/dehydrated b/dehydrated index 5c9887d..f8e0616 100755 --- a/dehydrated +++ b/dehydrated @@ -1106,7 +1106,7 @@ command_sign_domains() { # Hook scripts should ignore any hooks they don't know. # Calling a random hook to make this clear to the hook script authors... - [[ -n "${HOOK}" ]] && "${HOOK}" "$(openssl rand -base64 16)" "please ignore unknown hooks!!!" + [[ -n "${HOOK}" ]] && "${HOOK}" "$(openssl rand -base64 16)_this_hookscript_is_broken__dehydrated_is_working_fine__please_ignore_unknown_hooks_in_your_script" # Call startup hook [[ -n "${HOOK}" ]] && "${HOOK}" "startup_hook"