diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-04-16 14:20:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-04-16 14:20:55 +0200 |
commit | 235ba1b141af55d9632dca638ae9c5dd3deb7fb3 (patch) | |
tree | 28dd4b1301992b39414582e4b803fc6c6c6dd5d0 | |
parent | f75d206c81f53df2abcd6c934a7e64d82e325a37 (diff) |
Fix ignore unkown hooks.
-rwxr-xr-x | dehydrated/hook.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dehydrated/hook.sh b/dehydrated/hook.sh index 8e0b03c..0b3f293 100755 --- a/dehydrated/hook.sh +++ b/dehydrated/hook.sh @@ -57,8 +57,4 @@ case "$ACTION" in #cert_fix "$@" #cert_staple "$@" ;; - *) - >&2 echo "ERROR: unsupported action \"$ACTION\"" - exit 1 - ;; esac |