fix comment typo
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ if [ "$HSTS" = TRUE ]; then
|
|||||||
printf "done\n"
|
printf "done\n"
|
||||||
fi
|
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 [ "$TLS13_ONLY" = FALSE ]; then
|
||||||
if [ -f "/certs/fullchain.pem" ] && \
|
if [ -f "/certs/fullchain.pem" ] && \
|
||||||
[ -f "/certs/privkey.pem" ] && \
|
[ -f "/certs/privkey.pem" ] && \
|
||||||
|
|||||||
Reference in New Issue
Block a user