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