certbot-angie/usr/local/sbin/certbot

4 lines
77 B
Plaintext
Raw Normal View History

2024-06-12 03:22:03 +03:00
#!/bin/sh
[ -z "${VIRTUAL_ENV}" ] || exit 126
exec certbot-venv certbot "$@"