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"