mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-23 09:31:00 +01:00
Ignore unknown hooks (now enforced by dehydrated calling a spurious hook)
@@ -39,9 +39,6 @@ case "$1" in
|
||||
"exit_hook")
|
||||
# do nothing for now
|
||||
;;
|
||||
*)
|
||||
echo "Warning: Unknown hook '$1'"
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user