6ebb35e374
Added certbot-0.26.1-0
6 lines
173 B
Bash
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 $@
|