From bc34f3aa86301124fcdfe470433fef9a3c95da6e Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 13 Feb 2018 21:32:47 +0100 Subject: [PATCH] merged random hook with human-readable-message --- dehydrated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2