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