Skip to content

Commit aad43e4

Browse files
authored
Fix entrypoint.sh / docker-compose up. (letsencrypt#4747)
We no longer use virtualenv; we just install our Python dependencies globally.
1 parent 5af7541 commit aad43e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ if [ -n "${PKCS11_PROXY_SOCKET:-}" ]; then
5353
fi
5454

5555
if [[ $# -eq 0 ]]; then
56-
# the activate script touches PS1, which is undefined, so we have to relax
57-
# the "fail on undefined" setting here.
58-
set +u
59-
source ${CERTBOT_PATH:-/certbot}/${VENV_NAME:-venv3}/bin/activate
6056
exec python3 ./start.py
6157
fi
6258

0 commit comments

Comments
 (0)