use the correct filename

This commit is contained in:
Erica Portnoy 2020-07-16 15:06:08 -07:00
parent fbd578f230
commit bbda2016ed

View file

@ -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