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