mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
put back usr/lib/python3.12
This commit is contained in:
parent
9fb63e4f82
commit
5f406e4560
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ apps:
|
|||
AUGEAS_LENS_LIB: "$SNAP/usr/share/augeas/lenses/dist"
|
||||
CERTBOT_SNAPPED: "True"
|
||||
PYTHONHOME: "$SNAP"
|
||||
PYTHONPATH: "${SNAP}/lib/python3.12/site-packages:${SNAP}/usr/lib/python3/dist-packages:${PYTHONPATH}"
|
||||
PYTHONPATH: "$SNAP/lib/python3.12/site-packages:$SNAP/usr/lib/python3/dist-packages:$SNAP/usr/lib/python3.12:${PYTHONPATH}"
|
||||
renew:
|
||||
command: bin/python3 -s $SNAP/bin/certbot -q renew
|
||||
daemon: oneshot
|
||||
|
|
|
|||
Loading…
Reference in a new issue