ayaports/apk/certbot/letsencrypt-wrapper

7 lines
173 B
Text
Raw Normal View History

#!/bin/sh
echo >&2
echo "Warning: letsencrypt has been renamed in certbot." >&2
echo "From the next version, this wrapper will be removed." >&2
echo >&2
/usr/bin/certbot $@