Don't abort on new 'startup_hook' and 'exit_hook' calls

Brian Candler
2017-07-29 08:33:04 +01:00
parent be0bedf937
commit b1c1f91c7b

@@ -33,9 +33,14 @@ case "$1" in
"unchanged_cert") "unchanged_cert")
# do nothing for now # do nothing for now
;; ;;
"startup_hook")
# do nothing for now
;;
"exit_hook")
# do nothing for now
;;
*) *)
echo Unknown hook "${1}" echo "Warning: Unknown hook '$1'"
exit 1
;; ;;
esac esac