From 9286ebbdd6fb43a1902abaa8e64be28158766e9f Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 8 Feb 2021 21:21:33 +0200 Subject: [PATCH] acmesh-ssl.bash: fix comment filename Resolves: #23 --- bash/acmesh-ssl.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/acmesh-ssl.bash b/bash/acmesh-ssl.bash index 229f9a5..0edccc3 100755 --- a/bash/acmesh-ssl.bash +++ b/bash/acmesh-ssl.bash @@ -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