set TLS var to ucase for consistency
This commit is contained in:
parent
f08ffd2fa9
commit
a28875fa0b
@ -23,6 +23,9 @@ unset CONFIG_DIR
|
|||||||
unset SERVERS_DIR
|
unset SERVERS_DIR
|
||||||
unset WEBROOT_DIR
|
unset WEBROOT_DIR
|
||||||
unset vmount
|
unset vmount
|
||||||
|
if [ "$TLS13_ONLY" ]; then
|
||||||
|
TLS13_ONLY=$( echo "$TLS13_ONLY" | tr "[:lower:]" "[:upper:]" )
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
### functions
|
### functions
|
||||||
|
Loading…
Reference in New Issue
Block a user