From ce080815a71e52392a4e158e8c8d9af39b4512f8 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 1 Jul 2020 20:13:42 -0700 Subject: [PATCH] more debug --- certbot-dns-dnsimple/snap/hooks/pre-refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-dns-dnsimple/snap/hooks/pre-refresh b/certbot-dns-dnsimple/snap/hooks/pre-refresh index 5d8b8be0b..f984aff42 100644 --- a/certbot-dns-dnsimple/snap/hooks/pre-refresh +++ b/certbot-dns-dnsimple/snap/hooks/pre-refresh @@ -6,7 +6,7 @@ if [ -z "$first_install" ]; then exit 0 fi -ls "$SNAP/certbot-exec" +echo 'ls certbot-exec: $(ls "$SNAP/certbot-exec")' cb_installed=$(grep -oP "__requires__ = 'certbot==\K.*(?=')" $SNAP/certbot-exec) echo "cb_installed $cb_installed" snapctl set cb-installed="$cb_installed"