libressl: Remove useless comment from certdata.sh

This commit is contained in:
Dylan Araps 2020-05-16 14:24:41 +03:00
parent a463a38657
commit d6c0f94841
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,6 +1,4 @@
#!/bin/sh -e
#
# update-certdata.sh
[ -w /etc/ssl ] || {
printf '%s\n' "${0##*/}: root required to update cert." >&2