ayaports/apk/certbot/letsencrypt-wrapper
ayakael 6ebb35e374
Removed py-idna-2.6-2.6-0
Added certbot-0.26.1-0
2018-08-30 07:08:14 -04:00

6 lines
173 B
Bash

#!/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 $@