From 0f0c4e93627051bc82cd37c0d5627f702d3d02e1 Mon Sep 17 00:00:00 2001 From: Brian Candler <44789+candlerb@users.noreply.github.com> Date: Wed, 14 Feb 2018 21:26:45 +0000 Subject: [PATCH] Ignore unknown hooks (now enforced by dehydrated calling a spurious hook) --- example-dns-01-nsupdate-script.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/example-dns-01-nsupdate-script.md b/example-dns-01-nsupdate-script.md index c1af657..3bca000 100644 --- a/example-dns-01-nsupdate-script.md +++ b/example-dns-01-nsupdate-script.md @@ -39,9 +39,6 @@ case "$1" in "exit_hook") # do nothing for now ;; - *) - echo "Warning: Unknown hook '$1'" - ;; esac exit 0