aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot/letsencrypt-wrapper
blob: ef70a969b6c4e249610aaea8e5e473c864c9eb5f (plain)
1
2
3
4
5
6
#!/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 $@