summaryrefslogtreecommitdiff
path: root/dehydrated
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-04-16 14:20:55 +0200
committerJonas Smedegaard <dr@jones.dk>2018-04-16 14:20:55 +0200
commit235ba1b141af55d9632dca638ae9c5dd3deb7fb3 (patch)
tree28dd4b1301992b39414582e4b803fc6c6c6dd5d0 /dehydrated
parentf75d206c81f53df2abcd6c934a7e64d82e325a37 (diff)
Fix ignore unkown hooks.
Diffstat (limited to 'dehydrated')
-rwxr-xr-xdehydrated/hook.sh4
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