summaryrefslogtreecommitdiff
path: root/certbot-replicate
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-replicate')
-rwxr-xr-xcertbot-replicate1
1 files changed, 0 insertions, 1 deletions
diff --git a/certbot-replicate b/certbot-replicate
index aab07d55..ef7d9cf4 100755
--- a/certbot-replicate
+++ b/certbot-replicate
@@ -11,7 +11,6 @@ for replica in ${replicas[@]}; do
echo
rsync -rpcvl --delete --fsync --preallocate /etc/letsencrypt/ $replica:/etc/letsencrypt &&
- rsync -rpcvl --delete --fsync --preallocate /var/cache/certbot-ocsp-fetcher/ $replica:/var/cache/certbot-ocsp-fetcher &&
ssh root@$replica nginx -s reload ||
status=1
done