Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2020-07-17 01:06:08 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-07-17 01:06:08 +0300
commitbbda2016edbdc03c1e2fd6f290357077a59de0b0 (patch)
treee87b7709d4e5f5ee0d6248d4723ff956902ebe6c
parentfbd578f2303869196cbcbc58a4cfd13d9369a3ec (diff)
use the correct filename
-rw-r--r--certbot-dns-dnsimple/snap/hooks/post-refresh2
1 files changed, 1 insertions, 1 deletions
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