mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
Use certbot.wrapper during renewal. (#8095)
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ apps:
|
||||
AUGEAS_LENS_LIB: "$SNAP/usr/share/augeas/lenses/dist"
|
||||
LD_LIBRARY_PATH: "$SNAP/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"
|
||||
renew:
|
||||
command: bin/certbot -q renew
|
||||
command: certbot.wrapper -q renew
|
||||
daemon: oneshot
|
||||
environment:
|
||||
PATH: "$SNAP/bin:$SNAP/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
|
||||
|
||||
Reference in New Issue
Block a user