why is bin not in path? no idea, but let's get it compiled then inspect things in the snap shell

This commit is contained in:
Erica Portnoy 2020-06-12 10:54:54 -07:00
parent 6bcbe204fd
commit 07861efed5

View file

@ -20,13 +20,13 @@ adopt-info: certbot
apps:
certbot:
command: certbot
command: bin/certbot
environment:
PATH: "$SNAP/bin:$SNAP/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
AUGEAS_LENS_LIB: "$SNAP/usr/share/augeas/lenses/dist"
LD_LIBRARY_PATH: "$SNAP/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"
renew:
command: certbot -q renew
command: bin/certbot -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"