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

5 lines
82 B
Plaintext
Raw Normal View History

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