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"