mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
dedupe test
This commit is contained in:
parent
40eda8785c
commit
78b96ca79e
1 changed files with 0 additions and 4 deletions
|
|
@ -96,10 +96,6 @@ elif ! ./letsencrypt-auto -v --debug --version || ! diff letsencrypt-auto letsen
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if ! ./letsencrypt-auto -v --debug --version || ! diff letsencrypt-auto letsencrypt-auto-source/letsencrypt-auto ; then
|
||||
echo upgrade appeared to fail
|
||||
exit 1
|
||||
fi
|
||||
echo upgrade appeared to be successful
|
||||
|
||||
if [ "$(tools/readlink.py ${XDG_DATA_HOME:-~/.local/share}/letsencrypt)" != "/opt/eff.org/certbot/venv" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue