From bbda2016edbdc03c1e2fd6f290357077a59de0b0 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 16 Jul 2020 15:06:08 -0700 Subject: [PATCH] use the correct filename --- 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 fddd9068a..3ae7ef9c7 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/certbot-version" ]; then +if [ ! -f "$SNAP/certbot-shared/certbot-version.txt" ]; then echo "No certbot version available; not doing version comparison check" >> "$SNAP_DATA/debuglog" exit 0 fi