Files
relay/chatmail-pyinfra/src/chatmail/acmetool/acmetool.hook
holger krekel f84692a07a fix/rename
2023-10-13 15:44:06 +00:00

6 lines
111 B
Bash

#!/bin/sh
set -e
EVENT_NAME="$1"
[ "$EVENT_NAME" = "live-updated" ] || exit 42
systemctl restart nginx.service