mirror of
https://github.com/certbot/certbot.git
synced 2026-02-13 15:53:37 -05:00
4 lines
205 B
Bash
Executable file
4 lines
205 B
Bash
Executable file
#!/bin/sh -e
|
|
echo "Warning: This Docker image will soon be switching to Alpine Linux." >&2
|
|
echo "You can switch now using the certbot/certbot repo on Docker Hub." >&2
|
|
exec /opt/certbot/venv/bin/certbot $@
|