mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-24 17:28:29 +02:00
Don't abort on new 'startup_hook' and 'exit_hook' calls
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user