From 33640e54fd12b55dc607ed1150a23b0fca619df1 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 22 Aug 2022 17:16:34 +0200 Subject: [PATCH] fixed typo --- rsync_letsencrypt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync_letsencrypt/Makefile b/rsync_letsencrypt/Makefile index 9d50f28..e4214b7 100644 --- a/rsync_letsencrypt/Makefile +++ b/rsync_letsencrypt/Makefile @@ -22,8 +22,8 @@ fetch_certs: --info=NAME \ --password-file=$(RSYNCD_PASSWD) \ $(REMOTE_LETSENCRYPT_PATH) \ - $(LETSENCRYPT_PATH) #| \ - # grep . + $(LETSENCRYPT_PATH) \ + grep . ############################################################################### # Reload the nginx instance running on my reverse proxy docker-compose service