From 3f5c473a6aaab9c3c4f56c5103c403b9d2e3152c Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 13 Jul 2020 19:01:53 -0700 Subject: [PATCH] echo to the debug log --- certbot-dns-dnsimple/snap/hooks/post-refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-dns-dnsimple/snap/hooks/post-refresh b/certbot-dns-dnsimple/snap/hooks/post-refresh index 34533e551..5fd583999 100644 --- a/certbot-dns-dnsimple/snap/hooks/post-refresh +++ b/certbot-dns-dnsimple/snap/hooks/post-refresh @@ -8,7 +8,7 @@ if [ -z "$cb_installed" ]; then exit 0 fi -echo "cb_installed: $cb_installed" +echo "cb_installed: $cb_installed" > "$SNAP_DATA/debuglog" # get required certbot version for plugin cb_required=$(grep -oP "certbot>=\K.*(?=')" $SNAP/setup.py)