From fbd578f2303869196cbcbc58a4cfd13d9369a3ec Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 16 Jul 2020 14:58:14 -0700 Subject: [PATCH] change presence test to new file --- certbot-dns-dnsimple/snap/hooks/post-refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-dns-dnsimple/snap/hooks/post-refresh b/certbot-dns-dnsimple/snap/hooks/post-refresh index 8a0e0442b..fddd9068a 100644 --- a/certbot-dns-dnsimple/snap/hooks/post-refresh +++ b/certbot-dns-dnsimple/snap/hooks/post-refresh @@ -1,7 +1,7 @@ #!/bin/sh -e # get certbot version -if [ ! -f "$SNAP/certbot-shared/__init__.py" ]; then +if [ ! -f "$SNAP/certbot-shared/certbot-version" ]; then echo "No certbot version available; not doing version comparison check" >> "$SNAP_DATA/debuglog" exit 0 fi