7 lines
182 B
Bash
Executable file
7 lines
182 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
export PYTHONPATH="/pkg/certbot/4.2.0/local/lib/python3.11/dist-packages"
|
|
export PATH="/pkg/certbot/4.2.0/local/bin:$PATH"
|
|
|
|
/pkg/certbot/4.2.0/local/bin/certbot
|
|
|