set TLS var to ucase for consistency

This commit is contained in:
Asif Bacchus 2019-11-16 17:17:44 -07:00
parent f08ffd2fa9
commit a28875fa0b
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ unset CONFIG_DIR
unset SERVERS_DIR
unset WEBROOT_DIR
unset vmount
if [ "$TLS13_ONLY" ]; then
TLS13_ONLY=$( echo "$TLS13_ONLY" | tr "[:lower:]" "[:upper:]" )
fi
### functions