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