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" ] && \