From a028685792b0632adeeeeefff3d375b9357b2602 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 13 Jul 2020 18:58:27 -0700 Subject: [PATCH] more printing --- certbot-dns-dnsimple/snap/hooks/post-refresh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot-dns-dnsimple/snap/hooks/post-refresh b/certbot-dns-dnsimple/snap/hooks/post-refresh index 9ba00a2eb..34533e551 100644 --- a/certbot-dns-dnsimple/snap/hooks/post-refresh +++ b/certbot-dns-dnsimple/snap/hooks/post-refresh @@ -8,6 +8,8 @@ if [ -z "$cb_installed" ]; then exit 0 fi +echo "cb_installed: $cb_installed" + # get required certbot version for plugin cb_required=$(grep -oP "certbot>=\K.*(?=')" $SNAP/setup.py) echo "cb_required: $cb_required" > "$SNAP_DATA/debuglog"