5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
set -eo pipefail
|
||
|
|
||
|
exec /opt/python3/certbot/bin/{{ item }} "$@"
|