1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-27 19:42:53 +03:00
Files
certbot/tools/docker-warning.sh
2017-03-06 19:31:42 -08:00

5 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 $@