From e1a60b49762cae99423ccd2e0f3d38d032c4a042 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 12 Jan 2019 15:41:22 -0500 Subject: [PATCH] Remove letsencrypt-renew.sh as that is handled by the acme.sh install script --- roles/mastodon-nginx/files/letsencrypt-renew.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 roles/mastodon-nginx/files/letsencrypt-renew.sh diff --git a/roles/mastodon-nginx/files/letsencrypt-renew.sh b/roles/mastodon-nginx/files/letsencrypt-renew.sh deleted file mode 100644 index 6e64117..0000000 --- a/roles/mastodon-nginx/files/letsencrypt-renew.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -letsencrypt renew -service nginx reload