Use certbot.wrapper during renewal. (#8095)

This commit is contained in:
Brad Warren
2020-06-18 16:41:12 -07:00
committed by GitHub
parent 860af81fef
commit db064a4109
+1 -1
View File
@@ -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"