xoxys.certbot/templates/usr/local/bin/certbot-wrapper.j2
Robert Kaussow d4e0a92b9d
All checks were successful
continuous-integration/drone/push Build is passing
use venv to install certbot
2021-04-17 12:20:07 +02:00

5 lines
82 B
Django/Jinja

#!/usr/bin/env sh
set -eo pipefail
exec /opt/python3/certbot/bin/{{ item }} "$@"