summaryrefslogtreecommitdiff
path: root/playbooks/roles/certbot/files/renewal_post_upgrade.sh
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-05-01 01:33:35 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-05-01 01:33:35 -0700
commitbbad09e2b15eeca86f83a9d2a97449baf71e326f (patch)
tree9d10c3ec94ae11a7cd28131bbcf5d553245006ec /playbooks/roles/certbot/files/renewal_post_upgrade.sh
downloadmmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.tar.gz
mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.zip
init
Diffstat (limited to 'playbooks/roles/certbot/files/renewal_post_upgrade.sh')
-rwxr-xr-xplaybooks/roles/certbot/files/renewal_post_upgrade.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/roles/certbot/files/renewal_post_upgrade.sh b/playbooks/roles/certbot/files/renewal_post_upgrade.sh
new file mode 100755
index 0000000..ab9c5b1
--- /dev/null
+++ b/playbooks/roles/certbot/files/renewal_post_upgrade.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+/usr/sbin/service nginx restart