mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-21 08:39:01 +01:00
Don't abort on new 'startup_hook' and 'exit_hook' calls
@@ -33,9 +33,14 @@ case "$1" in
|
||||
"unchanged_cert")
|
||||
# do nothing for now
|
||||
;;
|
||||
"startup_hook")
|
||||
# do nothing for now
|
||||
;;
|
||||
"exit_hook")
|
||||
# do nothing for now
|
||||
;;
|
||||
*)
|
||||
echo Unknown hook "${1}"
|
||||
exit 1
|
||||
echo "Warning: Unknown hook '$1'"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user