certbot-angie/usr/local/sbin/certbot
2024-06-12 03:22:03 +03:00

4 lines
77 B
Bash
Executable File

#!/bin/sh
[ -z "${VIRTUAL_ENV}" ] || exit 126
exec certbot-venv certbot "$@"