From 0fa9308757d220fc658421385a315fe002fa0976 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 17 Oct 2019 01:31:52 -0600 Subject: [PATCH] fix comment typo --- build/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index eb902fb..7bbb4a2 100755 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -20,7 +20,7 @@ if [ "$HSTS" = TRUE ]; then printf "done\n" fi -# activate SSL configuration as appropraite and only if certs exist +# activate SSL configuration as appropriate and only if certs exist if [ "$TLS13_ONLY" = FALSE ]; then if [ -f "/certs/fullchain.pem" ] && \ [ -f "/certs/privkey.pem" ] && \