aboutsummaryrefslogtreecommitdiffstats
path: root/roles/certbot/files/rsync.sh
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-07-22 16:46:55 +0100
committerGravatar ChrisJL <[email protected]>2023-07-24 14:42:09 +0100
commit688a0655ff5e498efac2ff61d9b0db2dc01cae0e (patch)
tree8a7775b8348ab6dd3f6d4b484e8868bc5af877d9 /roles/certbot/files/rsync.sh
parentRemove all mention of old machines (diff)
Remove explicit rrsync server start script
Diffstat (limited to 'roles/certbot/files/rsync.sh')
-rw-r--r--roles/certbot/files/rsync.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/certbot/files/rsync.sh b/roles/certbot/files/rsync.sh
deleted file mode 100644
index fa9b27b..0000000
--- a/roles/certbot/files/rsync.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Start the rsync server and perform the transfer
-rrsync -wo /etc/letsencrypt/live
-
-# Reload NGINX
-systemctl reload nginx