mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
7 lines
173 B
Bash
7 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 $@
|