]> git.pld-linux.org Git - packages/dehydrated.git/commitdiff
Remove any output on unknown hook script master
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 28 May 2023 11:52:27 +0000 (14:52 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 28 May 2023 11:52:27 +0000 (14:52 +0300)
- https://github.com/dehydrated-io/dehydrated/commit/4b7a1e4ce62c469b945475354597d2c6ed715bf8
- https://github.com/dehydrated-io/dehydrated/commit/9ebab3e026569e79971fd7be14c522b22025150d

hook.sh

diff --git a/hook.sh b/hook.sh
index cbaef0a165d63113a8c2952a6b30ad00db8dff58..d44d094c598ed5f531e0bc3d93544fadd3bc0090 100755 (executable)
--- a/hook.sh
+++ b/hook.sh
@@ -248,9 +248,6 @@ case "$HANDLER" in
 deploy_challenge|clean_challenge|deploy_cert|deploy_ocsp|unchanged_cert|invalid_challenge|request_failure|generate_csr|startup_hook|exit_hook)
        "$HANDLER" "$@"
        ;;
-*)
-       echo " + Hook: $HANDLER: Nothing to do..."
-       ;;
 esac
 
 exit 0
This page took 0.212413 seconds and 4 git commands to generate.