certbot/tools/docker-warning.sh

5 lines
205 B
Bash
Raw Normal View History

2017-03-03 16:56:43 -05:00
#!/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 $@