diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-01 01:33:35 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-01 01:33:35 -0700 |
commit | bbad09e2b15eeca86f83a9d2a97449baf71e326f (patch) | |
tree | 9d10c3ec94ae11a7cd28131bbcf5d553245006ec /playbooks/roles/certbot/files/renewal_post_upgrade.sh | |
download | mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.tar.gz mmt-infra-bbad09e2b15eeca86f83a9d2a97449baf71e326f.zip |
init
Diffstat (limited to 'playbooks/roles/certbot/files/renewal_post_upgrade.sh')
-rwxr-xr-x | playbooks/roles/certbot/files/renewal_post_upgrade.sh | 3 |
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 |