mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
fix/rename
This commit is contained in:
5
chatmail-pyinfra/src/chatmail/acmetool/acmetool.hook
Normal file
5
chatmail-pyinfra/src/chatmail/acmetool/acmetool.hook
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
EVENT_NAME="$1"
|
||||
[ "$EVENT_NAME" = "live-updated" ] || exit 42
|
||||
systemctl restart nginx.service
|
||||
Reference in New Issue
Block a user