xoxys.certbot/templates/usr/local/bin/certbot-wrapper.j2

5 lines
86 B
Plaintext
Raw Normal View History

2021-04-17 12:20:07 +02:00
#!/usr/bin/env sh
set -eo pipefail
exec {{ certbot_virtualenv }}/bin/{{ item }} "$@"