mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-22 17:19:03 +01:00
adds "unchanged_cert" case
@@ -28,6 +28,9 @@ case "$1" in
|
||||
"deploy_cert")
|
||||
# do nothing for now
|
||||
;;
|
||||
"unchanged_cert")
|
||||
# do nothing for now
|
||||
;;
|
||||
*)
|
||||
echo Unkown hook "${1}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user