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