diff options
-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 |