mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
change presence test to new file
This commit is contained in:
parent
4cbdfbad6f
commit
fbd578f230
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue