From 9ed789df0f9ccfd79d1f9b7faf2138c1ba124e90 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 1 Jul 2020 19:46:01 -0700 Subject: [PATCH] debugging --- 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 172ce3383..220571c36 100644 --- a/certbot-dns-dnsimple/snap/hooks/post-refresh +++ b/certbot-dns-dnsimple/snap/hooks/post-refresh @@ -6,6 +6,8 @@ if [ -z "$first_install" ]; then exit 0 fi +ls $SNAP/certbot-version + # get certbot version cb_installed=$(grep -oP 'installed:\s+\K\d+.\d+.\d(?=-)' $SNAP/certbot-version/certbot) # get required certbot version for plugin