From df138d0027f7ab4a7d510d3c6af1f93d605eef6b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 30 Oct 2020 13:15:47 -0700 Subject: [PATCH] Document that logs aren't always created. (#8410) --- tools/snap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/snap/README.md b/tools/snap/README.md index 6d64a5163..e11b07db2 100644 --- a/tools/snap/README.md +++ b/tools/snap/README.md @@ -63,7 +63,7 @@ These are the steps to build and install the Certbot DNSimple plugin snap. If yo 4. Run `sudo snap set certbot trust-plugin-with-root=ok`. 5. Install the generated snap with `sudo snap install --dangerous certbot-dns-dnsimple_*_amd64.snap`. Again, you can transfer the snap to a different machine to run it there instead if you prefer. 6. Connect the plugin with `sudo snap connect certbot:plugin certbot-dns-dnsimple`. - 7. Connect the plugin metadata with `sudo snap connect certbot-dns-dnsimple:certbot-metadata certbot:certbot-metadata`. Install the plugin again to test refresh; logs are at `/var/snap/certbot-dns-dnsimple/current/debuglog`. + 7. Connect the plugin metadata with `sudo snap connect certbot-dns-dnsimple:certbot-metadata certbot:certbot-metadata`. Install the plugin again to test refresh; if the plugin's hook creates any logs, they are at `/var/snap/certbot-dns-dnsimple/current/debuglog`. #### Run