Files
relay/deploy-chatmail/src/deploy_chatmail/acmetool/acmetool.hook
2023-10-15 15:40:17 +00:00

6 lines
111 B
Bash

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