acmesh-ssl.bash: fix comment filename

Resolves: #23
This commit is contained in:
Aminda Suomalainen 2021-02-08 21:21:33 +02:00
parent 6ccdccb113
commit 9286ebbdd6
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# WARNING!
# Check file permissions very carefully so other users cannot access the
# certificate copies.
# Used with crontab as root, remember `@daily bash /root/acmesh-ssl.sh >/dev/null 2>&1`
# Used with crontab as root, remember `@daily bash /root/acmesh-ssl.bash >/dev/null 2>&1`
# Echo a warning and exit if NOT running as root
if [ "$(id -u)" != "0" ]; then