ayaports/apk/v3.8/main/certbot/letsencrypt-wrapper
build@apk-groulx dcd94aac2a update
2021-06-04 15:24:49 +00: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 $@