From 04d2c32b914f4f9a6907e2bb9e2eb52f5f7cd0c6 Mon Sep 17 00:00:00 2001 From: Maarten de Jong <35239587+arteeh@users.noreply.github.com> Date: Fri, 25 Sep 2020 20:42:33 +0200 Subject: [PATCH] Fix typo People (like me) will think they should add a dot to the end of their label. --- app/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/entrypoint.sh b/app/entrypoint.sh index ffcf80f..bb936ce 100755 --- a/app/entrypoint.sh +++ b/app/entrypoint.sh @@ -155,7 +155,7 @@ if [[ "$*" == "/bin/bash /app/start.sh" ]]; then echo "Error: can't get docker-gen container id !" >&2 echo "If you are running a three containers setup, check that you are doing one of the following :" >&2 echo -e "\t- Set the NGINX_DOCKER_GEN_CONTAINER env var on the letsencrypt-companion container to the name of the docker-gen container." >&2 - echo -e "\t- Label the docker-gen container to use with 'com.github.jrcs.letsencrypt_nginx_proxy_companion.docker_gen.'" >&2 + echo -e "\t- Label the docker-gen container to use with 'com.github.jrcs.letsencrypt_nginx_proxy_companion.docker_gen'." >&2 exit 1 fi check_writable_directory '/etc/nginx/certs'