1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00
This commit is contained in:
Peter Eckersley
2016-01-22 17:27:45 -08:00
parent 260534d1c3
commit 58b50ba008

View File

@@ -48,7 +48,7 @@ logger = logging.getLogger(__name__)
# When invoked from letsencrypt-auto, sys.argv[0] is something like:
# "/home/user/.local/share/letsencrypt/bin/letsencrypt"
# Note that this won't work if the user set VENV_PATH or XDG_DATA_HOME before running
# letsencrypt-auto (and sudo stops us from seing if they did), so it should only be used
# letsencrypt-auto (and sudo stops us from seeing if they did), so it should only be used
# for purposes where inability to detect letsencrypt-auto fails safely
fragment = os.path.join(".local", "share", "letsencrypt")